Html Css Color HEX #BE0D37 Cardinal

📋 copy color: '#BE0D37'

red 190 ◦ green 13 ◦ blue 55

#BE0D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE0D37

Tints of Cardinal #BE0D37

RGB

 RED value IS 190 (74.61% from 255) = 73.64%

 GREEN value IS 13 (5.47% from 255) = 5.04%

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 73.64%
G = 5.04%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE0D37 (or 0xBE0D37) is known color: Cardinal. HEX triplet: BE, 0D and 37. RGB value is (190,13,55). Sum of RGB (Red+Green+Blue) = 190+13+55=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0D37 is #41F2C8. Grayscale: #464646. Windows color (decimal): -4321993 or 3607998. OLE color: 3607998.

HSL color Cylindrical-coordinate representation of color #BE0D37: hue angle of 345.76º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0D37 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 55 -
CMYK 0 0.93 0.71 0.25
HSL 345.76º 0.87% 0.4% -
HSV(B) 345.76º 0.93% 0.75% -
XYZ 22.07 11.51 4.67 -
YUV 70.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 190 13 55 0 0.93 0.71 0.25 345.76 0.87 0.4
Hex BE D 37 0 5D 47 19 15A 57 28
Octal 276 15 67 0 135 107 31 532 127 50
Binary 10111110 1101 110111 0 1011101 1000111 11001 101011010 1010111 101000

Color Harmonies of #BE0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D37

Black with #BE0D37

Text Example


Text Example

White with #BE0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D37; }

 p { color: rgb(190,13,55); }

 H1.HeaderClassName
 {
   color: #BE0D37;
 }
 .AnyTagClassName
 {
   color: #BE0D37;
 }
</style>

background-color css

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

 a { background-color: rgb(190,13,55); }

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

border-color css

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

 span { border-color: rgb(190,13,55); }

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