Html Css Color HEX #B32234 Cardinal

📋 copy color: '#B32234'

red 179 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #B32234

Tints of Cardinal #B32234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 67.55%
G = 12.83%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B32234 (or 0xB32234) is known color: Cardinal. HEX triplet: B3, 22 and 34. RGB value is (179,34,52). Sum of RGB (Red+Green+Blue) = 179+34+52=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B32234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32234 is #4CDDCB. Grayscale: #4F4F4F. Windows color (decimal): -5037516 or 3416755. OLE color: 3416755.

HSL color Cylindrical-coordinate representation of color #B32234: hue angle of 352.55º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32234 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 52 -
CMYK 0 0.81 0.71 0.30
HSL 352.55º 0.68% 0.42% -
HSV(B) 352.55º 0.81% 0.7% -
XYZ 19.78 10.98 4.32 -
YUV 79.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 179 34 52 0 0.81 0.71 0.30 352.55 0.68 0.42
Hex B3 22 34 0 51 47 1E 161 44 2A
Octal 263 42 64 0 121 107 36 541 104 52
Binary 10110011 100010 110100 0 1010001 1000111 11110 101100001 1000100 101010

Color Harmonies of #B32234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32234

Black with #B32234

Text Example


Text Example

White with #B32234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32234; }

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

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

background-color css

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

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

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

border-color css

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

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

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