Html Css Color HEX #B31246 Cardinal

📋 copy color: '#B31246'

red 179 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #B31246

Tints of Cardinal #B31246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 67.04%
G = 6.74%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31246 (or 0xB31246) is known color: Cardinal. HEX triplet: B3, 12 and 46. RGB value is (179,18,70). Sum of RGB (Red+Green+Blue) = 179+18+70=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B31246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31246 is #4CEDB9. Grayscale: #484848. Windows color (decimal): -5041594 or 4592307. OLE color: 4592307.

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

Color convert

RGB 179 18 70 -
CMYK 0 0.90 0.61 0.30
HSL 340.62º 0.82% 0.39% -
HSV(B) 340.62º 0.9% 0.7% -
XYZ 19.91 10.46 6.76 -
YUV 72.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 179 18 70 0 0.90 0.61 0.30 340.62 0.82 0.39
Hex B3 12 46 0 5A 3D 1E 155 52 27
Octal 263 22 106 0 132 75 36 525 122 47
Binary 10110011 10010 1000110 0 1011010 111101 11110 101010101 1010010 100111

Color Harmonies of #B31246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31246

Black with #B31246

Text Example


Text Example

White with #B31246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31246; }

 p { color: rgb(179,18,70); }

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

background-color css

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

 a { background-color: rgb(179,18,70); }

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

border-color css

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

 span { border-color: rgb(179,18,70); }

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