Html Css Color HEX #B31247 Cardinal

📋 copy color: '#B31247'

red 179 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #B31247

Tints of Cardinal #B31247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 66.79%
G = 6.72%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31247 (or 0xB31247) is known color: Cardinal. HEX triplet: B3, 12 and 47. RGB value is (179,18,71). Sum of RGB (Red+Green+Blue) = 179+18+71=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31247 is #4CEDB8. Grayscale: #484848. Windows color (decimal): -5041593 or 4657843. OLE color: 4657843.

HSL color Cylindrical-coordinate representation of color #B31247: hue angle of 340.25º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31247 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 71 -
CMYK 0 0.90 0.60 0.30
HSL 340.25º 0.82% 0.39% -
HSV(B) 340.25º 0.9% 0.7% -
XYZ 19.94 10.47 6.93 -
YUV 72.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 179 18 71 0 0.90 0.60 0.30 340.25 0.82 0.39
Hex B3 12 47 0 5A 3C 1E 154 52 27
Octal 263 22 107 0 132 74 36 524 122 47
Binary 10110011 10010 1000111 0 1011010 111100 11110 101010100 1010010 100111

Color Harmonies of #B31247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31247

Black with #B31247

Text Example


Text Example

White with #B31247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31247; }

 p { color: rgb(179,18,71); }

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

background-color css

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

 a { background-color: rgb(179,18,71); }

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

border-color css

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

 span { border-color: rgb(179,18,71); }

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