Html Css Color HEX #B33117 Rust

📋 copy color: '#B33117'

red 179 ◦ green 49 ◦ blue 23

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

Shades of Rust #B33117

Tints of Rust #B33117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 71.31%
G = 19.52%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33117 (or 0xB33117) is known color: Rust. HEX triplet: B3, 31 and 17. RGB value is (179,49,23). Sum of RGB (Red+Green+Blue) = 179+49+23=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33117 is #4CCEE8. Grayscale: #555555. Windows color (decimal): -5033705 or 1520051. OLE color: 1520051.

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

Color convert

RGB 179 49 23 -
CMYK 0 0.73 0.87 0.30
HSL 10º 0.77% 0.4% -
HSV(B) 10º 0.87% 0.7% -
XYZ 19.84 11.84 2.05 -
YUV 84.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 179 49 23 0 0.73 0.87 0.30 10 0.77 0.4
Hex B3 31 17 0 49 57 1E A 4D 28
Octal 263 61 27 0 111 127 36 12 115 50
Binary 10110011 110001 10111 0 1001001 1010111 11110 1010 1001101 101000

Color Harmonies of #B33117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33117

Black with #B33117

Text Example


Text Example

White with #B33117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33117; }

 p { color: rgb(179,49,23); }

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

background-color css

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

 a { background-color: rgb(179,49,23); }

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

border-color css

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

 span { border-color: rgb(179,49,23); }

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