#BE1D33

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

Shades of Cardinal #BE1D33

Tints of Cardinal #BE1D33

Color information

#BE1D33 (or 0xBE1D33) is unknown color: approx Cardinal. HEX triplet: BE, 1D and 33. RGB value is (190,29,51). Sum of RGB (Red+Green+Blue) = 190+29+51=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D33 is #41E2CC. Grayscale: #4F4F4F. Windows color (decimal): -4317901 or 3349950. OLE color: 3349950.

HSL color Cylindrical-coordinate representation of color #BE1D33: hue angle of 351.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1D33 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1902951-
CMYK00.850.730.25
HSL351.8º73.52%42.94%-
HSV(B)351.8º84.74%74.51%-
XYZ22.2712.064.29-
YUV79.65111.84206.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=70.37%
G=10.74%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190295100.850.730.25351.873.5242.94
HexBE1D3305549191604a2b
Octal276356301251113154011253
Binary1011111011101110011010101011001001110011011000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D33; }

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

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

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

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

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

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

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

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