Html Css Color HEX #B31449 Cardinal

📋 copy color: '#B31449'

red 179 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #B31449

Tints of Cardinal #B31449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 65.81%
G = 7.35%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B31449 (or 0xB31449) is known color: Cardinal. HEX triplet: B3, 14 and 49. RGB value is (179,20,73). Sum of RGB (Red+Green+Blue) = 179+20+73=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31449 is #4CEBB6. Grayscale: #494949. Windows color (decimal): -5041079 or 4789427. OLE color: 4789427.

HSL color Cylindrical-coordinate representation of color #B31449: hue angle of 340º degrees, saturation: 0.8, 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 #B31449 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 73 -
CMYK 0 0.89 0.59 0.30
HSL 340º 0.8% 0.39% -
HSV(B) 340º 0.89% 0.7% -
XYZ 20.04 10.57 7.29 -
YUV 73.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 179 20 73 0 0.89 0.59 0.30 340 0.8 0.39
Hex B3 14 49 0 59 3B 1E 154 50 27
Octal 263 24 111 0 131 73 36 524 120 47
Binary 10110011 10100 1001001 0 1011001 111011 11110 101010100 1010000 100111

Color Harmonies of #B31449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31449

Black with #B31449

Text Example


Text Example

White with #B31449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31449; }

 p { color: rgb(179,20,73); }

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

background-color css

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

 a { background-color: rgb(179,20,73); }

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

border-color css

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

 span { border-color: rgb(179,20,73); }

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