Html Css Color HEX #B31031 Cardinal

📋 copy color: '#B31031'

red 179 ◦ green 16 ◦ blue 49

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

Shades of Cardinal #B31031

Tints of Cardinal #B31031

RGB

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

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

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

R = 73.36%
G = 6.56%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B31031 (or 0xB31031) is known color: Cardinal. HEX triplet: B3, 10 and 31. RGB value is (179,16,49). Sum of RGB (Red+Green+Blue) = 179+16+49=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B31031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31031 is #4CEFCE. Grayscale: #444444. Windows color (decimal): -5042127 or 3215539. OLE color: 3215539.

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

Color convert

RGB 179 16 49 -
CMYK 0 0.91 0.73 0.30
HSL 347.85º 0.84% 0.38% -
HSV(B) 347.85º 0.91% 0.7% -
XYZ 19.33 10.18 3.85 -
YUV 68.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 179 16 49 0 0.91 0.73 0.30 347.85 0.84 0.38
Hex B3 10 31 0 5B 49 1E 15C 54 26
Octal 263 20 61 0 133 111 36 534 124 46
Binary 10110011 10000 110001 0 1011011 1001001 11110 101011100 1010100 100110

Color Harmonies of #B31031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31031

Black with #B31031

Text Example


Text Example

White with #B31031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31031; }

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

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

background-color css

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

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

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

border-color css

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

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

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