Html Css Color HEX #B32031 Cardinal

📋 copy color: '#B32031'

red 179 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #B32031

Tints of Cardinal #B32031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 68.85%
G = 12.31%
B = 18.85%

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

#B32031 (or 0xB32031) is known color: Cardinal. HEX triplet: B3, 20 and 31. RGB value is (179,32,49). Sum of RGB (Red+Green+Blue) = 179+32+49=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B32031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32031 is #4CDFCE. Grayscale: #4D4D4D. Windows color (decimal): -5038031 or 3219635. OLE color: 3219635.

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

Color convert

RGB 179 32 49 -
CMYK 0 0.82 0.73 0.30
HSL 353.06º 0.7% 0.41% -
HSV(B) 353.06º 0.82% 0.7% -
XYZ 19.66 10.84 3.96 -
YUV 77.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 179 32 49 0 0.82 0.73 0.30 353.06 0.7 0.41
Hex B3 20 31 0 52 49 1E 161 46 29
Octal 263 40 61 0 122 111 36 541 106 51
Binary 10110011 100000 110001 0 1010010 1001001 11110 101100001 1000110 101001

Color Harmonies of #B32031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32031

Black with #B32031

Text Example


Text Example

White with #B32031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32031; }

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

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

background-color css

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

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

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

border-color css

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

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

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