Html Css Color HEX #B31A47 Cardinal

📋 copy color: '#B31A47'

red 179 ◦ green 26 ◦ blue 71

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

Shades of Cardinal #B31A47

Tints of Cardinal #B31A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 64.86%
G = 9.42%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31A47 (or 0xB31A47) is known color: Cardinal. HEX triplet: B3, 1A and 47. RGB value is (179,26,71). Sum of RGB (Red+Green+Blue) = 179+26+71=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A47 is #4CE5B8. Grayscale: #4C4C4C. Windows color (decimal): -5039545 or 4659891. OLE color: 4659891.

HSL color Cylindrical-coordinate representation of color #B31A47: hue angle of 342.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A47 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 71 -
CMYK 0 0.85 0.60 0.30
HSL 342.35º 0.75% 0.4% -
HSV(B) 342.35º 0.85% 0.7% -
XYZ 20.1 10.78 6.98 -
YUV 76.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 179 26 71 0 0.85 0.60 0.30 342.35 0.75 0.4
Hex B3 1A 47 0 55 3C 1E 156 4B 28
Octal 263 32 107 0 125 74 36 526 113 50
Binary 10110011 11010 1000111 0 1010101 111100 11110 101010110 1001011 101000

Color Harmonies of #B31A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A47

Black with #B31A47

Text Example


Text Example

White with #B31A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A47; }

 p { color: rgb(179,26,71); }

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

background-color css

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

 a { background-color: rgb(179,26,71); }

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

border-color css

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

 span { border-color: rgb(179,26,71); }

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