Html Css Color HEX #B04609 Rust

📋 copy color: '#B04609'

red 176 ◦ green 70 ◦ blue 9

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

Shades of Rust #B04609

Tints of Rust #B04609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 69.02%
G = 27.45%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04609 (or 0xB04609) is known color: Rust. HEX triplet: B0, 46 and 09. RGB value is (176,70,9). Sum of RGB (Red+Green+Blue) = 176+70+9=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B04609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04609 is #4FB9F6. Grayscale: #5F5F5F. Windows color (decimal): -5224951 or 607920. OLE color: 607920.

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

Color convert

RGB 176 70 9 -
CMYK 0 0.60 0.95 0.31
HSL 21.92º 0.9% 0.36% -
HSV(B) 21.92º 0.95% 0.69% -
XYZ 20.14 13.63 1.83 -
YUV 94.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 176 70 9 0 0.60 0.95 0.31 21.92 0.9 0.36
Hex B0 46 9 0 3C 5F 1F 16 5A 24
Octal 260 106 11 0 74 137 37 26 132 44
Binary 10110000 1000110 1001 0 111100 1011111 11111 10110 1011010 100100

Color Harmonies of #B04609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04609

Black with #B04609

Text Example


Text Example

White with #B04609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04609; }

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

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

background-color css

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

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

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

border-color css

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

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

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