Html Css Color HEX #B32137 Cardinal

📋 copy color: '#B32137'

red 179 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #B32137

Tints of Cardinal #B32137

RGB

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

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

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

R = 67.04%
G = 12.36%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B32137 (or 0xB32137) is known color: Cardinal. HEX triplet: B3, 21 and 37. RGB value is (179,33,55). Sum of RGB (Red+Green+Blue) = 179+33+55=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32137 is #4CDEC8. Grayscale: #4F4F4F. Windows color (decimal): -5037769 or 3613107. OLE color: 3613107.

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

Color convert

RGB 179 33 55 -
CMYK 0 0.82 0.69 0.30
HSL 350.96º 0.69% 0.42% -
HSV(B) 350.96º 0.82% 0.7% -
XYZ 19.82 10.95 4.68 -
YUV 79.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 179 33 55 0 0.82 0.69 0.30 350.96 0.69 0.42
Hex B3 21 37 0 52 45 1E 15F 45 2A
Octal 263 41 67 0 122 105 36 537 105 52
Binary 10110011 100001 110111 0 1010010 1000101 11110 101011111 1000101 101010

Color Harmonies of #B32137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32137

Black with #B32137

Text Example


Text Example

White with #B32137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32137; }

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

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

background-color css

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

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

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

border-color css

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

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

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