Html Css Color HEX #B31346 Cardinal

📋 copy color: '#B31346'

red 179 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #B31346

Tints of Cardinal #B31346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 66.79%
G = 7.09%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31346 (or 0xB31346) is known color: Cardinal. HEX triplet: B3, 13 and 46. RGB value is (179,19,70). Sum of RGB (Red+Green+Blue) = 179+19+70=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31346 is #4CECB9. Grayscale: #484848. Windows color (decimal): -5041338 or 4592563. OLE color: 4592563.

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

Color convert

RGB 179 19 70 -
CMYK 0 0.89 0.61 0.30
HSL 340.88º 0.81% 0.39% -
HSV(B) 340.88º 0.89% 0.7% -
XYZ 19.93 10.49 6.77 -
YUV 72.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 179 19 70 0 0.89 0.61 0.30 340.88 0.81 0.39
Hex B3 13 46 0 59 3D 1E 155 51 27
Octal 263 23 106 0 131 75 36 525 121 47
Binary 10110011 10011 1000110 0 1011001 111101 11110 101010101 1010001 100111

Color Harmonies of #B31346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31346

Black with #B31346

Text Example


Text Example

White with #B31346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31346; }

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

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

background-color css

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

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

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

border-color css

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

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

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