Html Css Color HEX #B31942 Cardinal

📋 copy color: '#B31942'

red 179 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #B31942

Tints of Cardinal #B31942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 66.3%
G = 9.26%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31942 (or 0xB31942) is known color: Cardinal. HEX triplet: B3, 19 and 42. RGB value is (179,25,66). Sum of RGB (Red+Green+Blue) = 179+25+66=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B31942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31942 is #4CE6BD. Grayscale: #4B4B4B. Windows color (decimal): -5039806 or 4331955. OLE color: 4331955.

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

Color convert

RGB 179 25 66 -
CMYK 0 0.86 0.63 0.30
HSL 344.03º 0.75% 0.4% -
HSV(B) 344.03º 0.86% 0.7% -
XYZ 19.92 10.67 6.16 -
YUV 75.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 179 25 66 0 0.86 0.63 0.30 344.03 0.75 0.4
Hex B3 19 42 0 56 3F 1E 158 4B 28
Octal 263 31 102 0 126 77 36 530 113 50
Binary 10110011 11001 1000010 0 1010110 111111 11110 101011000 1001011 101000

Color Harmonies of #B31942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31942

Black with #B31942

Text Example


Text Example

White with #B31942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31942; }

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

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

background-color css

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

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

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

border-color css

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

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

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