Html Css Color HEX #B00E37 Cardinal

📋 copy color: '#B00E37'

red 176 ◦ green 14 ◦ blue 55

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

Shades of Cardinal #B00E37

Tints of Cardinal #B00E37

RGB

 RED value IS 176 (69.14% from 255) = 71.84%

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 71.84%
G = 5.71%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B00E37 (or 0xB00E37) is known color: Cardinal. HEX triplet: B0, 0E and 37. RGB value is (176,14,55). Sum of RGB (Red+Green+Blue) = 176+14+55=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E37 is #4FF1C8. Grayscale: #434343. Windows color (decimal): -5239241 or 3608240. OLE color: 3608240.

HSL color Cylindrical-coordinate representation of color #B00E37: hue angle of 344.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E37 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 55 -
CMYK 0 0.92 0.69 0.31
HSL 344.81º 0.85% 0.37% -
HSV(B) 344.81º 0.92% 0.69% -
XYZ 18.75 9.82 4.52 -
YUV 67.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 176 14 55 0 0.92 0.69 0.31 344.81 0.85 0.37
Hex B0 E 37 0 5C 45 1F 159 55 25
Octal 260 16 67 0 134 105 37 531 125 45
Binary 10110000 1110 110111 0 1011100 1000101 11111 101011001 1010101 100101

Color Harmonies of #B00E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E37

Black with #B00E37

Text Example


Text Example

White with #B00E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E37; }

 p { color: rgb(176,14,55); }

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

background-color css

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

 a { background-color: rgb(176,14,55); }

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

border-color css

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

 span { border-color: rgb(176,14,55); }

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