Html Css Color HEX #B32032 Cardinal

📋 copy color: '#B32032'

red 179 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #B32032

Tints of Cardinal #B32032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 68.58%
G = 12.26%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B32032 (or 0xB32032) is known color: Cardinal. HEX triplet: B3, 20 and 32. RGB value is (179,32,50). Sum of RGB (Red+Green+Blue) = 179+32+50=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B32032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32032 is #4CDFCD. Grayscale: #4E4E4E. Windows color (decimal): -5038030 or 3285171. OLE color: 3285171.

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

Color convert

RGB 179 32 50 -
CMYK 0 0.82 0.72 0.30
HSL 352.65º 0.7% 0.41% -
HSV(B) 352.65º 0.82% 0.7% -
XYZ 19.68 10.85 4.07 -
YUV 78.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 179 32 50 0 0.82 0.72 0.30 352.65 0.7 0.41
Hex B3 20 32 0 52 48 1E 161 46 29
Octal 263 40 62 0 122 110 36 541 106 51
Binary 10110011 100000 110010 0 1010010 1001000 11110 101100001 1000110 101001

Color Harmonies of #B32032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32032

Black with #B32032

Text Example


Text Example

White with #B32032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32032; }

 p { color: rgb(179,32,50); }

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

background-color css

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

 a { background-color: rgb(179,32,50); }

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

border-color css

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

 span { border-color: rgb(179,32,50); }

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