Html Css Color HEX #B05309 Rust

📋 copy color: '#B05309'

red 176 ◦ green 83 ◦ blue 9

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

Shades of Rust #B05309

Tints of Rust #B05309

RGB

 RED value IS 176 (69.14% from 255) = 65.67%

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 65.67%
G = 30.97%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05309 (or 0xB05309) is known color: Rust. HEX triplet: B0, 53 and 09. RGB value is (176,83,9). Sum of RGB (Red+Green+Blue) = 176+83+9=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05309 is #4FACF6. Grayscale: #666666. Windows color (decimal): -5221623 or 611248. OLE color: 611248.

HSL color Cylindrical-coordinate representation of color #B05309: hue angle of 26.59º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05309 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 9 -
CMYK 0 0.53 0.95 0.31
HSL 26.59º 0.9% 0.36% -
HSV(B) 26.59º 0.95% 0.69% -
XYZ 21.05 15.44 2.13 -
YUV 102.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 176 83 9 0 0.53 0.95 0.31 26.59 0.9 0.36
Hex B0 53 9 0 35 5F 1F 1B 5A 24
Octal 260 123 11 0 65 137 37 33 132 44
Binary 10110000 1010011 1001 0 110101 1011111 11111 11011 1011010 100100

Color Harmonies of #B05309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05309

Black with #B05309

Text Example


Text Example

White with #B05309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05309; }

 p { color: rgb(176,83,9); }

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

background-color css

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

 a { background-color: rgb(176,83,9); }

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

border-color css

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

 span { border-color: rgb(176,83,9); }

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