Html Css Color HEX #B31929 Cardinal

📋 copy color: '#B31929'

red 179 ◦ green 25 ◦ blue 41

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

Shades of Cardinal #B31929

Tints of Cardinal #B31929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 73.06%
G = 10.2%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B31929 (or 0xB31929) is known color: Cardinal. HEX triplet: B3, 19 and 29. RGB value is (179,25,41). Sum of RGB (Red+Green+Blue) = 179+25+41=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B31929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31929 is #4CE6D6. Grayscale: #484848. Windows color (decimal): -5039831 or 2693555. OLE color: 2693555.

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

Color convert

RGB 179 25 41 -
CMYK 0 0.86 0.77 0.30
HSL 353.77º 0.75% 0.4% -
HSV(B) 353.77º 0.86% 0.7% -
XYZ 19.34 10.44 3.09 -
YUV 72.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 179 25 41 0 0.86 0.77 0.30 353.77 0.75 0.4
Hex B3 19 29 0 56 4D 1E 162 4B 28
Octal 263 31 51 0 126 115 36 542 113 50
Binary 10110011 11001 101001 0 1010110 1001101 11110 101100010 1001011 101000

Color Harmonies of #B31929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31929

Black with #B31929

Text Example


Text Example

White with #B31929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31929; }

 p { color: rgb(179,25,41); }

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

background-color css

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

 a { background-color: rgb(179,25,41); }

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

border-color css

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

 span { border-color: rgb(179,25,41); }

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