Html Css Color HEX #B04410 Rust

📋 copy color: '#B04410'

red 176 ◦ green 68 ◦ blue 16

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

Shades of Rust #B04410

Tints of Rust #B04410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 67.69%
G = 26.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B04410 (or 0xB04410) is known color: Rust. HEX triplet: B0, 44 and 10. RGB value is (176,68,16). Sum of RGB (Red+Green+Blue) = 176+68+16=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B04410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04410 is #4FBBEF. Grayscale: #5E5E5E. Windows color (decimal): -5225456 or 1066160. OLE color: 1066160.

HSL color Cylindrical-coordinate representation of color #B04410: hue angle of 19.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B04410 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 16 -
CMYK 0 0.61 0.91 0.31
HSL 19.5º 0.83% 0.38% -
HSV(B) 19.5º 0.91% 0.69% -
XYZ 20.07 13.4 2.02 -
YUV 94.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 176 68 16 0 0.61 0.91 0.31 19.5 0.83 0.38
Hex B0 44 10 0 3D 5B 1F 14 53 26
Octal 260 104 20 0 75 133 37 24 123 46
Binary 10110000 1000100 10000 0 111101 1011011 11111 10100 1010011 100110

Color Harmonies of #B04410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04410

Black with #B04410

Text Example


Text Example

White with #B04410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04410; }

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

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

background-color css

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

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

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

border-color css

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

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

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