Html Css Color HEX #B04508 Rust

📋 copy color: '#B04508'

red 176 ◦ green 69 ◦ blue 8

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

Shades of Rust #B04508

Tints of Rust #B04508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 69.57%
G = 27.27%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04508 (or 0xB04508) is known color: Rust. HEX triplet: B0, 45 and 08. RGB value is (176,69,8). Sum of RGB (Red+Green+Blue) = 176+69+8=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B04508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04508 is #4FBAF7. Grayscale: #5E5E5E. Windows color (decimal): -5225208 or 542128. OLE color: 542128.

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

Color convert

RGB 176 69 8 -
CMYK 0 0.61 0.95 0.31
HSL 21.79º 0.91% 0.36% -
HSV(B) 21.79º 0.95% 0.69% -
XYZ 20.08 13.5 1.78 -
YUV 94.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 176 69 8 0 0.61 0.95 0.31 21.79 0.91 0.36
Hex B0 45 8 0 3D 5F 1F 16 5B 24
Octal 260 105 10 0 75 137 37 26 133 44
Binary 10110000 1000101 1000 0 111101 1011111 11111 10110 1011011 100100

Color Harmonies of #B04508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04508

Black with #B04508

Text Example


Text Example

White with #B04508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04508; }

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

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

background-color css

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

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

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

border-color css

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

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

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