Html Css Color HEX #B31336 Cardinal

📋 copy color: '#B31336'

red 179 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #B31336

Tints of Cardinal #B31336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 71.03%
G = 7.54%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B31336 (or 0xB31336) is known color: Cardinal. HEX triplet: B3, 13 and 36. RGB value is (179,19,54). Sum of RGB (Red+Green+Blue) = 179+19+54=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31336 is #4CECC9. Grayscale: #464646. Windows color (decimal): -5041354 or 3543987. OLE color: 3543987.

HSL color Cylindrical-coordinate representation of color #B31336: hue angle of 346.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31336 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 54 -
CMYK 0 0.89 0.70 0.30
HSL 346.88º 0.81% 0.39% -
HSV(B) 346.88º 0.89% 0.7% -
XYZ 19.49 10.32 4.45 -
YUV 70.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 179 19 54 0 0.89 0.70 0.30 346.88 0.81 0.39
Hex B3 13 36 0 59 46 1E 15B 51 27
Octal 263 23 66 0 131 106 36 533 121 47
Binary 10110011 10011 110110 0 1011001 1000110 11110 101011011 1010001 100111

Color Harmonies of #B31336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31336

Black with #B31336

Text Example


Text Example

White with #B31336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31336; }

 p { color: rgb(179,19,54); }

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

background-color css

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

 a { background-color: rgb(179,19,54); }

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

border-color css

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

 span { border-color: rgb(179,19,54); }

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