#BE1045

Color #BE1045 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE1045

Tints of Cardinal #BE1045

Color information

#BE1045 (or 0xBE1045) is unknown color: approx Cardinal. HEX triplet: BE, 10 and 45. RGB value is (190,16,69). Sum of RGB (Red+Green+Blue) = 190+16+69=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1045 is #41EFBA. Grayscale: #4A4A4A. Windows color (decimal): -4321211 or 4526270. OLE color: 4526270.

HSL color Cylindrical-coordinate representation of color #BE1045: hue angle of 341.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1045 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1901669-
CMYK00.920.640.25
HSL341.72º84.47%40.39%-
HSV(B)341.72º91.58%74.51%-
XYZ22.4911.756.71-
YUV74.07125.15210.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=69.09%
G=5.82%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190166900.920.640.25341.7284.4740.39
HexBE104505C40191565428
Octal2762010501341003152612450
Binary10111110100001000101010111001000000110011010101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1045; }

 p { color: rgb(190,16,69); }

 H1.HeaderClassName
 {
   color: #BE1045;
 }
 .AnyTagClassName
 {
   color: #BE1045;
 }
</style>
background-color css

<style>
 a { background-color: #BE1045; }

 a { background-color: rgb(190,16,69); }

 div.DivClassName
 {
   background-color: #BE1045;
 }
 .BgClassName
 {
   background-color: #BE1045;
 }
</style>
border-color css

<style>
 span { border-color: #BE1045; }

 span { border-color: rgb(190,16,69); }

 td.TdClassName
 {
   border-color: #BE1045;
 }
 .TagClassName
 {
   border-color: #BE1045;
 }
</style>