Html Css Color HEX #B35A11 Rust

📋 copy color: '#B35A11'

red 179 ◦ green 90 ◦ blue 17

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

Shades of Rust #B35A11

Tints of Rust #B35A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 62.59%
G = 31.47%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35A11 (or 0xB35A11) is known color: Rust. HEX triplet: B3, 5A and 11. RGB value is (179,90,17). Sum of RGB (Red+Green+Blue) = 179+90+17=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A11 is #4CA5EE. Grayscale: #6C6C6C. Windows color (decimal): -5023215 or 1137331. OLE color: 1137331.

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

Color convert

RGB 179 90 17 -
CMYK 0 0.50 0.91 0.30
HSL 27.04º 0.83% 0.38% -
HSV(B) 27.04º 0.91% 0.7% -
XYZ 22.35 16.94 2.62 -
YUV 108.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 179 90 17 0 0.50 0.91 0.30 27.04 0.83 0.38
Hex B3 5A 11 0 32 5B 1E 1B 53 26
Octal 263 132 21 0 62 133 36 33 123 46
Binary 10110011 1011010 10001 0 110010 1011011 11110 11011 1010011 100110

Color Harmonies of #B35A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A11

Black with #B35A11

Text Example


Text Example

White with #B35A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A11; }

 p { color: rgb(179,90,17); }

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

background-color css

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

 a { background-color: rgb(179,90,17); }

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

border-color css

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

 span { border-color: rgb(179,90,17); }

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