#BE1D30

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

Shades of Cardinal #BE1D30

Tints of Cardinal #BE1D30

Color information

#BE1D30 (or 0xBE1D30) is unknown color: approx Cardinal. HEX triplet: BE, 1D and 30. RGB value is (190,29,48). Sum of RGB (Red+Green+Blue) = 190+29+48=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D30 is #41E2CF. Grayscale: #4F4F4F. Windows color (decimal): -4317904 or 3153342. OLE color: 3153342.

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

Color convert

RGB1902948-
CMYK00.850.750.25
HSL352.92º73.52%42.94%-
HSV(B)352.92º84.74%74.51%-
XYZ22.2112.043.95-
YUV79.3110.34206.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=71.16%
G=10.86%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190294800.850.750.25352.9273.5242.94
HexBE1D300554B191614a2b
Octal276356001251133154111253
Binary1011111011101110000010101011001011110011011000011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D30; }

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

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

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

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

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

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

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

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