Html Css Color HEX #B02137 Cardinal

📋 copy color: '#B02137'

red 176 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #B02137

Tints of Cardinal #B02137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B02137 (or 0xB02137) is known color: Cardinal. HEX triplet: B0, 21 and 37. RGB value is (176,33,55). Sum of RGB (Red+Green+Blue) = 176+33+55=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B02137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02137 is #4FDEC8. Grayscale: #4E4E4E. Windows color (decimal): -5234377 or 3613104. OLE color: 3613104.

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

Color convert

RGB 176 33 55 -
CMYK 0 0.81 0.69 0.31
HSL 350.77º 0.68% 0.41% -
HSV(B) 350.77º 0.81% 0.69% -
XYZ 19.14 10.59 4.65 -
YUV 78.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 176 33 55 0 0.81 0.69 0.31 350.77 0.68 0.41
Hex B0 21 37 0 51 45 1F 15F 44 29
Octal 260 41 67 0 121 105 37 537 104 51
Binary 10110000 100001 110111 0 1010001 1000101 11111 101011111 1000100 101001

Color Harmonies of #B02137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02137

Black with #B02137

Text Example


Text Example

White with #B02137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02137; }

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

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

background-color css

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

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

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

border-color css

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

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

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