Html Css Color HEX #B31032 Cardinal

📋 copy color: '#B31032'

red 179 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #B31032

Tints of Cardinal #B31032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 73.06%
G = 6.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31032 (or 0xB31032) is known color: Cardinal. HEX triplet: B3, 10 and 32. RGB value is (179,16,50). Sum of RGB (Red+Green+Blue) = 179+16+50=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B31032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31032 is #4CEFCD. Grayscale: #444444. Windows color (decimal): -5042126 or 3281075. OLE color: 3281075.

HSL color Cylindrical-coordinate representation of color #B31032: hue angle of 347.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31032 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 50 -
CMYK 0 0.91 0.72 0.30
HSL 347.48º 0.84% 0.38% -
HSV(B) 347.48º 0.91% 0.7% -
XYZ 19.35 10.18 3.96 -
YUV 68.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 179 16 50 0 0.91 0.72 0.30 347.48 0.84 0.38
Hex B3 10 32 0 5B 48 1E 15B 54 26
Octal 263 20 62 0 133 110 36 533 124 46
Binary 10110011 10000 110010 0 1011011 1001000 11110 101011011 1010100 100110

Color Harmonies of #B31032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31032

Black with #B31032

Text Example


Text Example

White with #B31032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31032; }

 p { color: rgb(179,16,50); }

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

background-color css

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

 a { background-color: rgb(179,16,50); }

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

border-color css

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

 span { border-color: rgb(179,16,50); }

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