Html Css Color HEX #B32226 Cardinal

📋 copy color: '#B32226'

red 179 ◦ green 34 ◦ blue 38

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

Shades of Cardinal #B32226

Tints of Cardinal #B32226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 71.31%
G = 13.55%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B32226 (or 0xB32226) is known color: Cardinal. HEX triplet: B3, 22 and 26. RGB value is (179,34,38). Sum of RGB (Red+Green+Blue) = 179+34+38=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32226 is #4CDDD9. Grayscale: #4D4D4D. Windows color (decimal): -5037530 or 2499251. OLE color: 2499251.

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

Color convert

RGB 179 34 38 -
CMYK 0 0.81 0.79 0.30
HSL 358.34º 0.68% 0.42% -
HSV(B) 358.34º 0.81% 0.7% -
XYZ 19.51 10.87 2.9 -
YUV 77.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 179 34 38 0 0.81 0.79 0.30 358.34 0.68 0.42
Hex B3 22 26 0 51 4F 1E 166 44 2A
Octal 263 42 46 0 121 117 36 546 104 52
Binary 10110011 100010 100110 0 1010001 1001111 11110 101100110 1000100 101010

Color Harmonies of #B32226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32226

Black with #B32226

Text Example


Text Example

White with #B32226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32226; }

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

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

background-color css

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

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

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

border-color css

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

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

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