#BE1D34

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

Shades of Cardinal #BE1D34

Tints of Cardinal #BE1D34

Color information

#BE1D34 (or 0xBE1D34) is unknown color: approx Cardinal. HEX triplet: BE, 1D and 34. RGB value is (190,29,52). Sum of RGB (Red+Green+Blue) = 190+29+52=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D34 is #41E2CB. Grayscale: #4F4F4F. Windows color (decimal): -4317900 or 3415486. OLE color: 3415486.

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

Color convert

RGB1902952-
CMYK00.850.730.25
HSL351.43º73.52%42.94%-
HSV(B)351.43º84.74%74.51%-
XYZ22.2912.074.4-
YUV79.76112.34206.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=70.11%
G=10.70%
B=19.19%

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
Decimal190295200.850.730.25351.4373.5242.94
HexBE1D34055491915f4a2b
Octal276356401251113153711253
Binary1011111011101110100010101011001001110011010111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D34; }

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

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

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

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

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

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

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

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