Html Css Color HEX #B32233 Cardinal

📋 copy color: '#B32233'

red 179 ◦ green 34 ◦ blue 51

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

Shades of Cardinal #B32233

Tints of Cardinal #B32233

RGB

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

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

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

R = 67.8%
G = 12.88%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B32233 (or 0xB32233) is known color: Cardinal. HEX triplet: B3, 22 and 33. RGB value is (179,34,51). Sum of RGB (Red+Green+Blue) = 179+34+51=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B32233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32233 is #4CDDCC. Grayscale: #4F4F4F. Windows color (decimal): -5037517 or 3351219. OLE color: 3351219.

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

Color convert

RGB 179 34 51 -
CMYK 0 0.81 0.72 0.30
HSL 352.97º 0.68% 0.42% -
HSV(B) 352.97º 0.81% 0.7% -
XYZ 19.76 10.97 4.21 -
YUV 79.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 179 34 51 0 0.81 0.72 0.30 352.97 0.68 0.42
Hex B3 22 33 0 51 48 1E 161 44 2A
Octal 263 42 63 0 121 110 36 541 104 52
Binary 10110011 100010 110011 0 1010001 1001000 11110 101100001 1000100 101010

Color Harmonies of #B32233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32233

Black with #B32233

Text Example


Text Example

White with #B32233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32233; }

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

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

background-color css

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

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

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

border-color css

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

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

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