Html Css Color HEX #B04109 Rust

📋 copy color: '#B04109'

red 176 ◦ green 65 ◦ blue 9

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

Shades of Rust #B04109

Tints of Rust #B04109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 70.4%
G = 26%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04109 (or 0xB04109) is known color: Rust. HEX triplet: B0, 41 and 09. RGB value is (176,65,9). Sum of RGB (Red+Green+Blue) = 176+65+9=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04109 is #4FBEF6. Grayscale: #5C5C5C. Windows color (decimal): -5226231 or 606640. OLE color: 606640.

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

Color convert

RGB 176 65 9 -
CMYK 0 0.63 0.95 0.31
HSL 20.12º 0.9% 0.36% -
HSV(B) 20.12º 0.95% 0.69% -
XYZ 19.84 13.03 1.73 -
YUV 91.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 176 65 9 0 0.63 0.95 0.31 20.12 0.9 0.36
Hex B0 41 9 0 3F 5F 1F 14 5A 24
Octal 260 101 11 0 77 137 37 24 132 44
Binary 10110000 1000001 1001 0 111111 1011111 11111 10100 1011010 100100

Color Harmonies of #B04109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04109

Black with #B04109

Text Example


Text Example

White with #B04109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04109; }

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

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

background-color css

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

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

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

border-color css

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

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

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