Html Css Color HEX #B01737 Cardinal

📋 copy color: '#B01737'

red 176 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #B01737

Tints of Cardinal #B01737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 69.29%
G = 9.06%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B01737 (or 0xB01737) is known color: Cardinal. HEX triplet: B0, 17 and 37. RGB value is (176,23,55). Sum of RGB (Red+Green+Blue) = 176+23+55=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B01737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01737 is #4FE8C8. Grayscale: #484848. Windows color (decimal): -5236937 or 3610544. OLE color: 3610544.

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

Color convert

RGB 176 23 55 -
CMYK 0 0.87 0.69 0.31
HSL 347.45º 0.77% 0.39% -
HSV(B) 347.45º 0.87% 0.69% -
XYZ 18.9 10.12 4.57 -
YUV 72.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 176 23 55 0 0.87 0.69 0.31 347.45 0.77 0.39
Hex B0 17 37 0 57 45 1F 15B 4D 27
Octal 260 27 67 0 127 105 37 533 115 47
Binary 10110000 10111 110111 0 1010111 1000101 11111 101011011 1001101 100111

Color Harmonies of #B01737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01737

Black with #B01737

Text Example


Text Example

White with #B01737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01737; }

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

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

background-color css

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

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

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

border-color css

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

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

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