Html Css Color HEX #B04510 Rust

📋 copy color: '#B04510'

red 176 ◦ green 69 ◦ blue 16

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

Shades of Rust #B04510

Tints of Rust #B04510

RGB

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

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

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

R = 67.43%
G = 26.44%
B = 6.13%

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

#B04510 (or 0xB04510) is known color: Rust. HEX triplet: B0, 45 and 10. RGB value is (176,69,16). Sum of RGB (Red+Green+Blue) = 176+69+16=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04510 is #4FBAEF. Grayscale: #5F5F5F. Windows color (decimal): -5225200 or 1066416. OLE color: 1066416.

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

Color convert

RGB 176 69 16 -
CMYK 0 0.61 0.91 0.31
HSL 19.88º 0.83% 0.38% -
HSV(B) 19.88º 0.91% 0.69% -
XYZ 20.13 13.52 2.04 -
YUV 94.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 176 69 16 0 0.61 0.91 0.31 19.88 0.83 0.38
Hex B0 45 10 0 3D 5B 1F 14 53 26
Octal 260 105 20 0 75 133 37 24 123 46
Binary 10110000 1000101 10000 0 111101 1011011 11111 10100 1010011 100110

Color Harmonies of #B04510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04510

Black with #B04510

Text Example


Text Example

White with #B04510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04510; }

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

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

background-color css

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

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

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

border-color css

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

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

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