Html Css Color HEX #B33110 Rust

📋 copy color: '#B33110'

red 179 ◦ green 49 ◦ blue 16

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

Shades of Rust #B33110

Tints of Rust #B33110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 73.36%
G = 20.08%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33110 (or 0xB33110) is known color: Rust. HEX triplet: B3, 31 and 10. RGB value is (179,49,16). Sum of RGB (Red+Green+Blue) = 179+49+16=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B33110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33110 is #4CCEEF. Grayscale: #545454. Windows color (decimal): -5033712 or 1061299. OLE color: 1061299.

HSL color Cylindrical-coordinate representation of color #B33110: hue angle of 12.15º degrees, saturation: 0.84, 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 #B33110 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 16 -
CMYK 0 0.73 0.91 0.30
HSL 12.15º 0.84% 0.38% -
HSV(B) 12.15º 0.91% 0.7% -
XYZ 19.78 11.82 1.73 -
YUV 84.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 179 49 16 0 0.73 0.91 0.30 12.15 0.84 0.38
Hex B3 31 10 0 49 5B 1E C 54 26
Octal 263 61 20 0 111 133 36 14 124 46
Binary 10110011 110001 10000 0 1001001 1011011 11110 1100 1010100 100110

Color Harmonies of #B33110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33110

Black with #B33110

Text Example


Text Example

White with #B33110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33110; }

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

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

background-color css

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

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

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

border-color css

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

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

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