#BE1D2A

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

Shades of Cardinal #BE1D2A

Tints of Cardinal #BE1D2A

Color information

#BE1D2A (or 0xBE1D2A) is unknown color: approx Cardinal. HEX triplet: BE, 1D and 2A. RGB value is (190,29,42). Sum of RGB (Red+Green+Blue) = 190+29+42=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D2A is #41E2D5. Grayscale: #4E4E4E. Windows color (decimal): -4317910 or 2760126. OLE color: 2760126.

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

Color convert

RGB1902942-
CMYK00.850.780.25
HSL355.16º73.52%42.94%-
HSV(B)355.16º84.74%74.51%-
XYZ22.0911.993.34-
YUV78.62107.34207.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=72.80%
G=11.11%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190294200.850.780.25355.1673.5242.94
HexBE1D2A0554E191634a2b
Octal276355201251163154311253
Binary1011111011101101010010101011001110110011011000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D2A; }

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

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

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

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

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

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

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

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