Html Css Color HEX #B33D16 Rust

📋 copy color: '#B33D16'

red 179 ◦ green 61 ◦ blue 22

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

Shades of Rust #B33D16

Tints of Rust #B33D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

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

R = 68.32%
G = 23.28%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33D16 (or 0xB33D16) is known color: Rust. HEX triplet: B3, 3D and 16. RGB value is (179,61,22). Sum of RGB (Red+Green+Blue) = 179+61+22=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D16 is #4CC2E9. Grayscale: #5C5C5C. Windows color (decimal): -5030634 or 1457587. OLE color: 1457587.

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

Color convert

RGB 179 61 22 -
CMYK 0 0.66 0.88 0.30
HSL 14.9º 0.78% 0.39% -
HSV(B) 14.9º 0.88% 0.7% -
XYZ 20.4 12.98 2.19 -
YUV 91.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 179 61 22 0 0.66 0.88 0.30 14.9 0.78 0.39
Hex B3 3D 16 0 42 58 1E F 4E 27
Octal 263 75 26 0 102 130 36 17 116 47
Binary 10110011 111101 10110 0 1000010 1011000 11110 1111 1001110 100111

Color Harmonies of #B33D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D16

Black with #B33D16

Text Example


Text Example

White with #B33D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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