Html Css Color HEX #B32433 Cardinal

📋 copy color: '#B32433'

red 179 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #B32433

Tints of Cardinal #B32433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 67.29%
G = 13.53%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B32433 (or 0xB32433) is known color: Cardinal. HEX triplet: B3, 24 and 33. RGB value is (179,36,51). Sum of RGB (Red+Green+Blue) = 179+36+51=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B32433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32433 is #4CDBCC. Grayscale: #505050. Windows color (decimal): -5037005 or 3351731. OLE color: 3351731.

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

Color convert

RGB 179 36 51 -
CMYK 0 0.80 0.72 0.30
HSL 353.71º 0.67% 0.42% -
HSV(B) 353.71º 0.8% 0.7% -
XYZ 19.82 11.08 4.23 -
YUV 80.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 179 36 51 0 0.80 0.72 0.30 353.71 0.67 0.42
Hex B3 24 33 0 50 48 1E 162 43 2A
Octal 263 44 63 0 120 110 36 542 103 52
Binary 10110011 100100 110011 0 1010000 1001000 11110 101100010 1000011 101010

Color Harmonies of #B32433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32433

Black with #B32433

Text Example


Text Example

White with #B32433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32433; }

 p { color: rgb(179,36,51); }

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

background-color css

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

 a { background-color: rgb(179,36,51); }

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

border-color css

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

 span { border-color: rgb(179,36,51); }

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