Html Css Color HEX #B04408 Rust

📋 copy color: '#B04408'

red 176 ◦ green 68 ◦ blue 8

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

Shades of Rust #B04408

Tints of Rust #B04408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 69.84%
G = 26.98%
B = 3.17%

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

#B04408 (or 0xB04408) is known color: Rust. HEX triplet: B0, 44 and 08. RGB value is (176,68,8). Sum of RGB (Red+Green+Blue) = 176+68+8=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04408 is #4FBBF7. Grayscale: #5D5D5D. Windows color (decimal): -5225464 or 541872. OLE color: 541872.

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

Color convert

RGB 176 68 8 -
CMYK 0 0.61 0.95 0.31
HSL 21.43º 0.91% 0.36% -
HSV(B) 21.43º 0.95% 0.69% -
XYZ 20.02 13.38 1.76 -
YUV 93.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 176 68 8 0 0.61 0.95 0.31 21.43 0.91 0.36
Hex B0 44 8 0 3D 5F 1F 15 5B 24
Octal 260 104 10 0 75 137 37 25 133 44
Binary 10110000 1000100 1000 0 111101 1011111 11111 10101 1011011 100100

Color Harmonies of #B04408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04408

Black with #B04408

Text Example


Text Example

White with #B04408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04408; }

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

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

background-color css

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

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

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

border-color css

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

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

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