Html Css Color HEX #B32837 Cardinal

📋 copy color: '#B32837'

red 179 ◦ green 40 ◦ blue 55

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

Shades of Cardinal #B32837

Tints of Cardinal #B32837

RGB

 RED value IS 179 (70.31% from 255) = 65.33%

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

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

R = 65.33%
G = 14.6%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B32837 (or 0xB32837) is known color: Cardinal. HEX triplet: B3, 28 and 37. RGB value is (179,40,55). Sum of RGB (Red+Green+Blue) = 179+40+55=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B32837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32837 is #4CD7C8. Grayscale: #535353. Windows color (decimal): -5035977 or 3614899. OLE color: 3614899.

HSL color Cylindrical-coordinate representation of color #B32837: hue angle of 353.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32837 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 55 -
CMYK 0 0.78 0.69 0.30
HSL 353.53º 0.63% 0.43% -
HSV(B) 353.53º 0.78% 0.7% -
XYZ 20.04 11.38 4.75 -
YUV 83.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 179 40 55 0 0.78 0.69 0.30 353.53 0.63 0.43
Hex B3 28 37 0 4E 45 1E 162 3F 2B
Octal 263 50 67 0 116 105 36 542 77 53
Binary 10110011 101000 110111 0 1001110 1000101 11110 101100010 111111 101011

Color Harmonies of #B32837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32837

Black with #B32837

Text Example


Text Example

White with #B32837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32837; }

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

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

background-color css

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

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

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

border-color css

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

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

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