Html Css Color HEX #B31746 Cardinal

📋 copy color: '#B31746'

red 179 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #B31746

Tints of Cardinal #B31746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 65.81%
G = 8.46%
B = 25.74%

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

#B31746 (or 0xB31746) is known color: Cardinal. HEX triplet: B3, 17 and 46. RGB value is (179,23,70). Sum of RGB (Red+Green+Blue) = 179+23+70=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31746 is #4CE8B9. Grayscale: #4A4A4A. Windows color (decimal): -5040314 or 4593587. OLE color: 4593587.

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

Color convert

RGB 179 23 70 -
CMYK 0 0.87 0.61 0.30
HSL 341.92º 0.77% 0.4% -
HSV(B) 341.92º 0.87% 0.7% -
XYZ 20 10.64 6.79 -
YUV 75 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 179 23 70 0 0.87 0.61 0.30 341.92 0.77 0.4
Hex B3 17 46 0 57 3D 1E 156 4D 28
Octal 263 27 106 0 127 75 36 526 115 50
Binary 10110011 10111 1000110 0 1010111 111101 11110 101010110 1001101 101000

Color Harmonies of #B31746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31746

Black with #B31746

Text Example


Text Example

White with #B31746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31746; }

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

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

background-color css

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

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

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

border-color css

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

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

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