Html Css Color HEX #B32228 Cardinal

📋 copy color: '#B32228'

red 179 ◦ green 34 ◦ blue 40

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

Shades of Cardinal #B32228

Tints of Cardinal #B32228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 70.75%
G = 13.44%
B = 15.81%

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

#B32228 (or 0xB32228) is known color: Cardinal. HEX triplet: B3, 22 and 28. RGB value is (179,34,40). Sum of RGB (Red+Green+Blue) = 179+34+40=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32228 is #4CDDD7. Grayscale: #4E4E4E. Windows color (decimal): -5037528 or 2630323. OLE color: 2630323.

HSL color Cylindrical-coordinate representation of color #B32228: hue angle of 357.52º 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 #B32228 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 40 -
CMYK 0 0.81 0.78 0.30
HSL 357.52º 0.68% 0.42% -
HSV(B) 357.52º 0.81% 0.7% -
XYZ 19.55 10.88 3.08 -
YUV 78.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 179 34 40 0 0.81 0.78 0.30 357.52 0.68 0.42
Hex B3 22 28 0 51 4E 1E 166 44 2A
Octal 263 42 50 0 121 116 36 546 104 52
Binary 10110011 100010 101000 0 1010001 1001110 11110 101100110 1000100 101010

Color Harmonies of #B32228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32228

Black with #B32228

Text Example


Text Example

White with #B32228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32228; }

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

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

background-color css

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

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

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

border-color css

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

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

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