Html Css Color HEX #B33816 Rust

📋 copy color: '#B33816'

red 179 ◦ green 56 ◦ blue 22

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

Shades of Rust #B33816

Tints of Rust #B33816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 69.65%
G = 21.79%
B = 8.56%

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

#B33816 (or 0xB33816) is known color: Rust. HEX triplet: B3, 38 and 16. RGB value is (179,56,22). Sum of RGB (Red+Green+Blue) = 179+56+22=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B33816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33816 is #4CC7E9. Grayscale: #595959. Windows color (decimal): -5031914 or 1456307. OLE color: 1456307.

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

Color convert

RGB 179 56 22 -
CMYK 0 0.69 0.88 0.30
HSL 12.99º 0.78% 0.39% -
HSV(B) 12.99º 0.88% 0.7% -
XYZ 20.15 12.47 2.1 -
YUV 88.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 179 56 22 0 0.69 0.88 0.30 12.99 0.78 0.39
Hex B3 38 16 0 45 58 1E D 4E 27
Octal 263 70 26 0 105 130 36 15 116 47
Binary 10110011 111000 10110 0 1000101 1011000 11110 1101 1001110 100111

Color Harmonies of #B33816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33816

Black with #B33816

Text Example


Text Example

White with #B33816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33816; }

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

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

background-color css

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

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

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

border-color css

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

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

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