Html Css Color HEX #B31946 Cardinal

📋 copy color: '#B31946'

red 179 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #B31946

Tints of Cardinal #B31946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 65.33%
G = 9.12%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31946 (or 0xB31946) is known color: Cardinal. HEX triplet: B3, 19 and 46. RGB value is (179,25,70). Sum of RGB (Red+Green+Blue) = 179+25+70=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B31946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31946 is #4CE6B9. Grayscale: #4C4C4C. Windows color (decimal): -5039802 or 4594099. OLE color: 4594099.

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

Color convert

RGB 179 25 70 -
CMYK 0 0.86 0.61 0.30
HSL 342.47º 0.75% 0.4% -
HSV(B) 342.47º 0.86% 0.7% -
XYZ 20.04 10.72 6.81 -
YUV 76.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 179 25 70 0 0.86 0.61 0.30 342.47 0.75 0.4
Hex B3 19 46 0 56 3D 1E 156 4B 28
Octal 263 31 106 0 126 75 36 526 113 50
Binary 10110011 11001 1000110 0 1010110 111101 11110 101010110 1001011 101000

Color Harmonies of #B31946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31946

Black with #B31946

Text Example


Text Example

White with #B31946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31946; }

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

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

background-color css

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

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

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

border-color css

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

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

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