Html Css Color HEX #B32227 Cardinal

📋 copy color: '#B32227'

red 179 ◦ green 34 ◦ blue 39

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

Shades of Cardinal #B32227

Tints of Cardinal #B32227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 71.03%
G = 13.49%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32227 (or 0xB32227) is known color: Cardinal. HEX triplet: B3, 22 and 27. RGB value is (179,34,39). Sum of RGB (Red+Green+Blue) = 179+34+39=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32227 is #4CDDD8. Grayscale: #4E4E4E. Windows color (decimal): -5037529 or 2564787. OLE color: 2564787.

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

Color convert

RGB 179 34 39 -
CMYK 0 0.81 0.78 0.30
HSL 357.93º 0.68% 0.42% -
HSV(B) 357.93º 0.81% 0.7% -
XYZ 19.53 10.87 2.99 -
YUV 77.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 179 34 39 0 0.81 0.78 0.30 357.93 0.68 0.42
Hex B3 22 27 0 51 4E 1E 166 44 2A
Octal 263 42 47 0 121 116 36 546 104 52
Binary 10110011 100010 100111 0 1010001 1001110 11110 101100110 1000100 101010

Color Harmonies of #B32227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32227

Black with #B32227

Text Example


Text Example

White with #B32227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32227; }

 p { color: rgb(179,34,39); }

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

background-color css

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

 a { background-color: rgb(179,34,39); }

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

border-color css

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

 span { border-color: rgb(179,34,39); }

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