Html Css Color HEX #B31938 Cardinal

📋 copy color: '#B31938'

red 179 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #B31938

Tints of Cardinal #B31938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 68.85%
G = 9.62%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31938 (or 0xB31938) is known color: Cardinal. HEX triplet: B3, 19 and 38. RGB value is (179,25,56). Sum of RGB (Red+Green+Blue) = 179+25+56=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B31938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31938 is #4CE6C7. Grayscale: #4A4A4A. Windows color (decimal): -5039816 or 3676595. OLE color: 3676595.

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

Color convert

RGB 179 25 56 -
CMYK 0 0.86 0.69 0.30
HSL 347.92º 0.75% 0.4% -
HSV(B) 347.92º 0.86% 0.7% -
XYZ 19.65 10.56 4.74 -
YUV 74.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 179 25 56 0 0.86 0.69 0.30 347.92 0.75 0.4
Hex B3 19 38 0 56 45 1E 15C 4B 28
Octal 263 31 70 0 126 105 36 534 113 50
Binary 10110011 11001 111000 0 1010110 1000101 11110 101011100 1001011 101000

Color Harmonies of #B31938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31938

Black with #B31938

Text Example


Text Example

White with #B31938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31938; }

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

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

background-color css

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

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

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

border-color css

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

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

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