Html Css Color HEX #B33716 Rust

📋 copy color: '#B33716'

red 179 ◦ green 55 ◦ blue 22

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

Shades of Rust #B33716

Tints of Rust #B33716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 69.92%
G = 21.48%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33716 (or 0xB33716) is known color: Rust. HEX triplet: B3, 37 and 16. RGB value is (179,55,22). Sum of RGB (Red+Green+Blue) = 179+55+22=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33716 is #4CC8E9. Grayscale: #585858. Windows color (decimal): -5032170 or 1456051. OLE color: 1456051.

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

Color convert

RGB 179 55 22 -
CMYK 0 0.69 0.88 0.30
HSL 12.61º 0.78% 0.39% -
HSV(B) 12.61º 0.88% 0.7% -
XYZ 20.1 12.37 2.09 -
YUV 88.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 179 55 22 0 0.69 0.88 0.30 12.61 0.78 0.39
Hex B3 37 16 0 45 58 1E D 4E 27
Octal 263 67 26 0 105 130 36 15 116 47
Binary 10110011 110111 10110 0 1000101 1011000 11110 1101 1001110 100111

Color Harmonies of #B33716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33716

Black with #B33716

Text Example


Text Example

White with #B33716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33716; }

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

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

background-color css

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

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

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

border-color css

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

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

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