Html Css Color HEX #B04809 Rust

📋 copy color: '#B04809'

red 176 ◦ green 72 ◦ blue 9

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

Shades of Rust #B04809

Tints of Rust #B04809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 68.48%
G = 28.02%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04809 (or 0xB04809) is known color: Rust. HEX triplet: B0, 48 and 09. RGB value is (176,72,9). Sum of RGB (Red+Green+Blue) = 176+72+9=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B04809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04809 is #4FB7F6. Grayscale: #606060. Windows color (decimal): -5224439 or 608432. OLE color: 608432.

HSL color Cylindrical-coordinate representation of color #B04809: hue angle of 22.63º 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 #B04809 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 9 -
CMYK 0 0.59 0.95 0.31
HSL 22.63º 0.9% 0.36% -
HSV(B) 22.63º 0.95% 0.69% -
XYZ 20.27 13.88 1.87 -
YUV 95.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 176 72 9 0 0.59 0.95 0.31 22.63 0.9 0.36
Hex B0 48 9 0 3B 5F 1F 17 5A 24
Octal 260 110 11 0 73 137 37 27 132 44
Binary 10110000 1001000 1001 0 111011 1011111 11111 10111 1011010 100100

Color Harmonies of #B04809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04809

Black with #B04809

Text Example


Text Example

White with #B04809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04809; }

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

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

background-color css

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

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

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

border-color css

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

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

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