Html Css Color HEX #B33712 Rust

📋 copy color: '#B33712'

red 179 ◦ green 55 ◦ blue 18

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

Shades of Rust #B33712

Tints of Rust #B33712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 71.03%
G = 21.83%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B33712 (or 0xB33712) is known color: Rust. HEX triplet: B3, 37 and 12. RGB value is (179,55,18). Sum of RGB (Red+Green+Blue) = 179+55+18=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33712 is #4CC8ED. Grayscale: #585858. Windows color (decimal): -5032174 or 1193907. OLE color: 1193907.

HSL color Cylindrical-coordinate representation of color #B33712: hue angle of 13.79º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33712 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 18 -
CMYK 0 0.69 0.90 0.30
HSL 13.79º 0.82% 0.39% -
HSV(B) 13.79º 0.9% 0.7% -
XYZ 20.07 12.36 1.9 -
YUV 87.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 179 55 18 0 0.69 0.90 0.30 13.79 0.82 0.39
Hex B3 37 12 0 45 5A 1E E 52 27
Octal 263 67 22 0 105 132 36 16 122 47
Binary 10110011 110111 10010 0 1000101 1011010 11110 1110 1010010 100111

Color Harmonies of #B33712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33712

Black with #B33712

Text Example


Text Example

White with #B33712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33712; }

 p { color: rgb(179,55,18); }

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

background-color css

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

 a { background-color: rgb(179,55,18); }

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

border-color css

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

 span { border-color: rgb(179,55,18); }

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