Html Css Color HEX #B31349 Cardinal

📋 copy color: '#B31349'

red 179 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #B31349

Tints of Cardinal #B31349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 66.05%
G = 7.01%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B31349 (or 0xB31349) is known color: Cardinal. HEX triplet: B3, 13 and 49. RGB value is (179,19,73). Sum of RGB (Red+Green+Blue) = 179+19+73=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31349 is #4CECB6. Grayscale: #484848. Windows color (decimal): -5041335 or 4789171. OLE color: 4789171.

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

Color convert

RGB 179 19 73 -
CMYK 0 0.89 0.59 0.30
HSL 339.75º 0.81% 0.39% -
HSV(B) 339.75º 0.89% 0.7% -
XYZ 20.03 10.53 7.28 -
YUV 73 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 179 19 73 0 0.89 0.59 0.30 339.75 0.81 0.39
Hex B3 13 49 0 59 3B 1E 154 51 27
Octal 263 23 111 0 131 73 36 524 121 47
Binary 10110011 10011 1001001 0 1011001 111011 11110 101010100 1010001 100111

Color Harmonies of #B31349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31349

Black with #B31349

Text Example


Text Example

White with #B31349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31349; }

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

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

background-color css

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

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

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

border-color css

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

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

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