Html Css Color HEX #B04309 Rust

📋 copy color: '#B04309'

red 176 ◦ green 67 ◦ blue 9

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

Shades of Rust #B04309

Tints of Rust #B04309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 69.84%
G = 26.59%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04309 (or 0xB04309) is known color: Rust. HEX triplet: B0, 43 and 09. RGB value is (176,67,9). Sum of RGB (Red+Green+Blue) = 176+67+9=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04309 is #4FBCF6. Grayscale: #5D5D5D. Windows color (decimal): -5225719 or 607152. OLE color: 607152.

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

Color convert

RGB 176 67 9 -
CMYK 0 0.62 0.95 0.31
HSL 20.84º 0.9% 0.36% -
HSV(B) 20.84º 0.95% 0.69% -
XYZ 19.96 13.26 1.77 -
YUV 92.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 176 67 9 0 0.62 0.95 0.31 20.84 0.9 0.36
Hex B0 43 9 0 3E 5F 1F 15 5A 24
Octal 260 103 11 0 76 137 37 25 132 44
Binary 10110000 1000011 1001 0 111110 1011111 11111 10101 1011010 100100

Color Harmonies of #B04309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04309

Black with #B04309

Text Example


Text Example

White with #B04309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04309; }

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

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

background-color css

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

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

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

border-color css

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

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

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