Html Css Color HEX #B31133 Cardinal

📋 copy color: '#B31133'

red 179 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #B31133

Tints of Cardinal #B31133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 72.47%
G = 6.88%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31133 (or 0xB31133) is known color: Cardinal. HEX triplet: B3, 11 and 33. RGB value is (179,17,51). Sum of RGB (Red+Green+Blue) = 179+17+51=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B31133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31133 is #4CEECC. Grayscale: #454545. Windows color (decimal): -5041869 or 3346867. OLE color: 3346867.

HSL color Cylindrical-coordinate representation of color #B31133: hue angle of 347.41º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31133 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 51 -
CMYK 0 0.91 0.72 0.30
HSL 347.41º 0.83% 0.38% -
HSV(B) 347.41º 0.91% 0.7% -
XYZ 19.39 10.22 4.08 -
YUV 69.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 179 17 51 0 0.91 0.72 0.30 347.41 0.83 0.38
Hex B3 11 33 0 5B 48 1E 15B 53 26
Octal 263 21 63 0 133 110 36 533 123 46
Binary 10110011 10001 110011 0 1011011 1001000 11110 101011011 1010011 100110

Color Harmonies of #B31133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31133

Black with #B31133

Text Example


Text Example

White with #B31133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31133; }

 p { color: rgb(179,17,51); }

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

background-color css

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

 a { background-color: rgb(179,17,51); }

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

border-color css

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

 span { border-color: rgb(179,17,51); }

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