Html Css Color HEX #B31846 Cardinal

📋 copy color: '#B31846'

red 179 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #B31846

Tints of Cardinal #B31846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 65.57%
G = 8.79%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31846 (or 0xB31846) is known color: Cardinal. HEX triplet: B3, 18 and 46. RGB value is (179,24,70). Sum of RGB (Red+Green+Blue) = 179+24+70=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31846 is #4CE7B9. Grayscale: #4B4B4B. Windows color (decimal): -5040058 or 4593843. OLE color: 4593843.

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

Color convert

RGB 179 24 70 -
CMYK 0 0.87 0.61 0.30
HSL 342.19º 0.76% 0.4% -
HSV(B) 342.19º 0.87% 0.7% -
XYZ 20.02 10.68 6.8 -
YUV 75.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 179 24 70 0 0.87 0.61 0.30 342.19 0.76 0.4
Hex B3 18 46 0 57 3D 1E 156 4C 28
Octal 263 30 106 0 127 75 36 526 114 50
Binary 10110011 11000 1000110 0 1010111 111101 11110 101010110 1001100 101000

Color Harmonies of #B31846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31846

Black with #B31846

Text Example


Text Example

White with #B31846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31846; }

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

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

background-color css

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

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

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

border-color css

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

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

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