Html Css Color HEX #B32329 Cardinal

📋 copy color: '#B32329'

red 179 ◦ green 35 ◦ blue 41

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

Shades of Cardinal #B32329

Tints of Cardinal #B32329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 70.2%
G = 13.73%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32329 (or 0xB32329) is known color: Cardinal. HEX triplet: B3, 23 and 29. RGB value is (179,35,41). Sum of RGB (Red+Green+Blue) = 179+35+41=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B32329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32329 is #4CDCD6. Grayscale: #4E4E4E. Windows color (decimal): -5037271 or 2696115. OLE color: 2696115.

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

Color convert

RGB 179 35 41 -
CMYK 0 0.80 0.77 0.30
HSL 357.5º 0.67% 0.42% -
HSV(B) 357.5º 0.8% 0.7% -
XYZ 19.59 10.95 3.18 -
YUV 78.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 179 35 41 0 0.80 0.77 0.30 357.5 0.67 0.42
Hex B3 23 29 0 50 4D 1E 166 43 2A
Octal 263 43 51 0 120 115 36 546 103 52
Binary 10110011 100011 101001 0 1010000 1001101 11110 101100110 1000011 101010

Color Harmonies of #B32329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32329

Black with #B32329

Text Example


Text Example

White with #B32329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32329; }

 p { color: rgb(179,35,41); }

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

background-color css

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

 a { background-color: rgb(179,35,41); }

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

border-color css

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

 span { border-color: rgb(179,35,41); }

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