Html Css Color HEX #B32334 Cardinal

📋 copy color: '#B32334'

red 179 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #B32334

Tints of Cardinal #B32334

RGB

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

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

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

R = 67.29%
G = 13.16%
B = 19.55%

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

#B32334 (or 0xB32334) is known color: Cardinal. HEX triplet: B3, 23 and 34. RGB value is (179,35,52). Sum of RGB (Red+Green+Blue) = 179+35+52=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B32334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32334 is #4CDCCB. Grayscale: #505050. Windows color (decimal): -5037260 or 3417011. OLE color: 3417011.

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

Color convert

RGB 179 35 52 -
CMYK 0 0.80 0.71 0.30
HSL 352.92º 0.67% 0.42% -
HSV(B) 352.92º 0.8% 0.7% -
XYZ 19.81 11.03 4.33 -
YUV 79.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 179 35 52 0 0.80 0.71 0.30 352.92 0.67 0.42
Hex B3 23 34 0 50 47 1E 161 43 2A
Octal 263 43 64 0 120 107 36 541 103 52
Binary 10110011 100011 110100 0 1010000 1000111 11110 101100001 1000011 101010

Color Harmonies of #B32334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32334

Black with #B32334

Text Example


Text Example

White with #B32334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32334; }

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

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

background-color css

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

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

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

border-color css

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

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

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