Html Css Color HEX #B33614 Rust

📋 copy color: '#B33614'

red 179 ◦ green 54 ◦ blue 20

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

Shades of Rust #B33614

Tints of Rust #B33614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 70.75%
G = 21.34%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33614 (or 0xB33614) is known color: Rust. HEX triplet: B3, 36 and 14. RGB value is (179,54,20). Sum of RGB (Red+Green+Blue) = 179+54+20=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B33614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33614 is #4CC9EB. Grayscale: #575757. Windows color (decimal): -5032428 or 1324723. OLE color: 1324723.

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

Color convert

RGB 179 54 20 -
CMYK 0 0.70 0.89 0.30
HSL 12.83º 0.8% 0.39% -
HSV(B) 12.83º 0.89% 0.7% -
XYZ 20.04 12.27 1.97 -
YUV 87.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 179 54 20 0 0.70 0.89 0.30 12.83 0.8 0.39
Hex B3 36 14 0 46 59 1E D 50 27
Octal 263 66 24 0 106 131 36 15 120 47
Binary 10110011 110110 10100 0 1000110 1011001 11110 1101 1010000 100111

Color Harmonies of #B33614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33614

Black with #B33614

Text Example


Text Example

White with #B33614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33614; }

 p { color: rgb(179,54,20); }

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

background-color css

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

 a { background-color: rgb(179,54,20); }

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

border-color css

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

 span { border-color: rgb(179,54,20); }

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