Html Css Color HEX #B32131 Cardinal

📋 copy color: '#B32131'

red 179 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #B32131

Tints of Cardinal #B32131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 68.58%
G = 12.64%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B32131 (or 0xB32131) is known color: Cardinal. HEX triplet: B3, 21 and 31. RGB value is (179,33,49). Sum of RGB (Red+Green+Blue) = 179+33+49=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B32131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32131 is #4CDECE. Grayscale: #4E4E4E. Windows color (decimal): -5037775 or 3219891. OLE color: 3219891.

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

Color convert

RGB 179 33 49 -
CMYK 0 0.82 0.73 0.30
HSL 353.42º 0.69% 0.42% -
HSV(B) 353.42º 0.82% 0.7% -
XYZ 19.69 10.89 3.97 -
YUV 78.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 179 33 49 0 0.82 0.73 0.30 353.42 0.69 0.42
Hex B3 21 31 0 52 49 1E 161 45 2A
Octal 263 41 61 0 122 111 36 541 105 52
Binary 10110011 100001 110001 0 1010010 1001001 11110 101100001 1000101 101010

Color Harmonies of #B32131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32131

Black with #B32131

Text Example


Text Example

White with #B32131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32131; }

 p { color: rgb(179,33,49); }

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

background-color css

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

 a { background-color: rgb(179,33,49); }

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

border-color css

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

 span { border-color: rgb(179,33,49); }

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