#BE1033

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

Shades of Cardinal #BE1033

Tints of Cardinal #BE1033

Color information

#BE1033 (or 0xBE1033) is unknown color: approx Cardinal. HEX triplet: BE, 10 and 33. RGB value is (190,16,51). Sum of RGB (Red+Green+Blue) = 190+16+51=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1033 is #41EFCC. Grayscale: #484848. Windows color (decimal): -4321229 or 3346622. OLE color: 3346622.

HSL color Cylindrical-coordinate representation of color #BE1033: hue angle of 347.93º 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 #BE1033 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1901651-
CMYK00.920.730.25
HSL347.93º84.47%40.39%-
HSV(B)347.93º91.58%74.51%-
XYZ22.0211.564.2-
YUV72.02116.15212.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=73.93%
G=6.23%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190165100.920.730.25347.9384.4740.39
HexBE103305C491915c5428
Octal276206301341113153412450
Binary1011111010000110011010111001001001110011010111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1033; }

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

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

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

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

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

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

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

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