Html Css Color HEX #B04908 Rust

📋 copy color: '#B04908'

red 176 ◦ green 73 ◦ blue 8

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

Shades of Rust #B04908

Tints of Rust #B04908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 68.48%
G = 28.4%
B = 3.11%

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

#B04908 (or 0xB04908) is known color: Rust. HEX triplet: B0, 49 and 08. RGB value is (176,73,8). Sum of RGB (Red+Green+Blue) = 176+73+8=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B04908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04908 is #4FB6F7. Grayscale: #606060. Windows color (decimal): -5224184 or 543152. OLE color: 543152.

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

Color convert

RGB 176 73 8 -
CMYK 0 0.59 0.95 0.31
HSL 23.21º 0.91% 0.36% -
HSV(B) 23.21º 0.95% 0.69% -
XYZ 20.33 14.01 1.86 -
YUV 96.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 176 73 8 0 0.59 0.95 0.31 23.21 0.91 0.36
Hex B0 49 8 0 3B 5F 1F 17 5B 24
Octal 260 111 10 0 73 137 37 27 133 44
Binary 10110000 1001001 1000 0 111011 1011111 11111 10111 1011011 100100

Color Harmonies of #B04908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04908

Black with #B04908

Text Example


Text Example

White with #B04908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04908; }

 p { color: rgb(176,73,8); }

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

background-color css

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

 a { background-color: rgb(176,73,8); }

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

border-color css

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

 span { border-color: rgb(176,73,8); }

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