Html Css Color HEX #B35009 Rust

📋 copy color: '#B35009'

red 179 ◦ green 80 ◦ blue 9

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

Shades of Rust #B35009

Tints of Rust #B35009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 66.79%
G = 29.85%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B35009 (or 0xB35009) is known color: Rust. HEX triplet: B3, 50 and 09. RGB value is (179,80,9). Sum of RGB (Red+Green+Blue) = 179+80+9=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B35009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35009 is #4CAFF6. Grayscale: #656565. Windows color (decimal): -5025783 or 610483. OLE color: 610483.

HSL color Cylindrical-coordinate representation of color #B35009: hue angle of 25.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B35009 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 9 -
CMYK 0 0.55 0.95 0.30
HSL 25.06º 0.9% 0.37% -
HSV(B) 25.06º 0.95% 0.7% -
XYZ 21.51 15.34 2.09 -
YUV 101.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 179 80 9 0 0.55 0.95 0.30 25.06 0.9 0.37
Hex B3 50 9 0 37 5F 1E 19 5A 25
Octal 263 120 11 0 67 137 36 31 132 45
Binary 10110011 1010000 1001 0 110111 1011111 11110 11001 1011010 100101

Color Harmonies of #B35009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35009

Black with #B35009

Text Example


Text Example

White with #B35009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35009; }

 p { color: rgb(179,80,9); }

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

background-color css

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

 a { background-color: rgb(179,80,9); }

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

border-color css

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

 span { border-color: rgb(179,80,9); }

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