Html Css Color HEX #B33217 Rust

📋 copy color: '#B33217'

red 179 ◦ green 50 ◦ blue 23

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

Shades of Rust #B33217

Tints of Rust #B33217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 71.03%
G = 19.84%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33217 (or 0xB33217) is known color: Rust. HEX triplet: B3, 32 and 17. RGB value is (179,50,23). Sum of RGB (Red+Green+Blue) = 179+50+23=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33217 is #4CCDE8. Grayscale: #555555. Windows color (decimal): -5033449 or 1520307. OLE color: 1520307.

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

Color convert

RGB 179 50 23 -
CMYK 0 0.72 0.87 0.30
HSL 10.38º 0.77% 0.4% -
HSV(B) 10.38º 0.87% 0.7% -
XYZ 19.89 11.93 2.06 -
YUV 85.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 179 50 23 0 0.72 0.87 0.30 10.38 0.77 0.4
Hex B3 32 17 0 48 57 1E A 4D 28
Octal 263 62 27 0 110 127 36 12 115 50
Binary 10110011 110010 10111 0 1001000 1010111 11110 1010 1001101 101000

Color Harmonies of #B33217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33217

Black with #B33217

Text Example


Text Example

White with #B33217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33217; }

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

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

background-color css

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

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

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

border-color css

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

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

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