Html Css Color HEX #B32434 Cardinal

📋 copy color: '#B32434'

red 179 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #B32434

Tints of Cardinal #B32434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 67.04%
G = 13.48%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B32434 (or 0xB32434) is known color: Cardinal. HEX triplet: B3, 24 and 34. RGB value is (179,36,52). Sum of RGB (Red+Green+Blue) = 179+36+52=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B32434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32434 is #4CDBCB. Grayscale: #505050. Windows color (decimal): -5037004 or 3417267. OLE color: 3417267.

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

Color convert

RGB 179 36 52 -
CMYK 0 0.80 0.71 0.30
HSL 353.29º 0.67% 0.42% -
HSV(B) 353.29º 0.8% 0.7% -
XYZ 19.84 11.09 4.34 -
YUV 80.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 179 36 52 0 0.80 0.71 0.30 353.29 0.67 0.42
Hex B3 24 34 0 50 47 1E 161 43 2A
Octal 263 44 64 0 120 107 36 541 103 52
Binary 10110011 100100 110100 0 1010000 1000111 11110 101100001 1000011 101010

Color Harmonies of #B32434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32434

Black with #B32434

Text Example


Text Example

White with #B32434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32434; }

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

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

background-color css

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

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

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

border-color css

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

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

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