Html Css Color HEX #B31932 Cardinal

📋 copy color: '#B31932'

red 179 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #B31932

Tints of Cardinal #B31932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 70.47%
G = 9.84%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31932 (or 0xB31932) is known color: Cardinal. HEX triplet: B3, 19 and 32. RGB value is (179,25,50). Sum of RGB (Red+Green+Blue) = 179+25+50=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31932 is #4CE6CD. Grayscale: #494949. Windows color (decimal): -5039822 or 3283379. OLE color: 3283379.

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

Color convert

RGB 179 25 50 -
CMYK 0 0.86 0.72 0.30
HSL 350.26º 0.75% 0.4% -
HSV(B) 350.26º 0.86% 0.7% -
XYZ 19.51 10.51 4.02 -
YUV 73.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 179 25 50 0 0.86 0.72 0.30 350.26 0.75 0.4
Hex B3 19 32 0 56 48 1E 15E 4B 28
Octal 263 31 62 0 126 110 36 536 113 50
Binary 10110011 11001 110010 0 1010110 1001000 11110 101011110 1001011 101000

Color Harmonies of #B31932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31932

Black with #B31932

Text Example


Text Example

White with #B31932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31932; }

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

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

background-color css

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

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

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

border-color css

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

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

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