Html Css Color HEX #B02837 Cardinal

📋 copy color: '#B02837'

red 176 ◦ green 40 ◦ blue 55

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

Shades of Cardinal #B02837

Tints of Cardinal #B02837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 64.94%
G = 14.76%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B02837 (or 0xB02837) is known color: Cardinal. HEX triplet: B0, 28 and 37. RGB value is (176,40,55). Sum of RGB (Red+Green+Blue) = 176+40+55=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B02837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02837 is #4FD7C8. Grayscale: #525252. Windows color (decimal): -5232585 or 3614896. OLE color: 3614896.

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

Color convert

RGB 176 40 55 -
CMYK 0 0.77 0.69 0.31
HSL 353.38º 0.63% 0.42% -
HSV(B) 353.38º 0.77% 0.69% -
XYZ 19.35 11.02 4.72 -
YUV 82.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 176 40 55 0 0.77 0.69 0.31 353.38 0.63 0.42
Hex B0 28 37 0 4D 45 1F 161 3F 2A
Octal 260 50 67 0 115 105 37 541 77 52
Binary 10110000 101000 110111 0 1001101 1000101 11111 101100001 111111 101010

Color Harmonies of #B02837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02837

Black with #B02837

Text Example


Text Example

White with #B02837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02837; }

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

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

background-color css

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

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

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

border-color css

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

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

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