Html Css Color HEX #B04513 Rust

📋 copy color: '#B04513'

red 176 ◦ green 69 ◦ blue 19

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

Shades of Rust #B04513

Tints of Rust #B04513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 66.67%
G = 26.14%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B04513 (or 0xB04513) is known color: Rust. HEX triplet: B0, 45 and 13. RGB value is (176,69,19). Sum of RGB (Red+Green+Blue) = 176+69+19=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04513 is #4FBAEC. Grayscale: #5F5F5F. Windows color (decimal): -5225197 or 1263024. OLE color: 1263024.

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

Color convert

RGB 176 69 19 -
CMYK 0 0.61 0.89 0.31
HSL 19.11º 0.81% 0.38% -
HSV(B) 19.11º 0.89% 0.69% -
XYZ 20.15 13.53 2.17 -
YUV 95.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 176 69 19 0 0.61 0.89 0.31 19.11 0.81 0.38
Hex B0 45 13 0 3D 59 1F 13 51 26
Octal 260 105 23 0 75 131 37 23 121 46
Binary 10110000 1000101 10011 0 111101 1011001 11111 10011 1010001 100110

Color Harmonies of #B04513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04513

Black with #B04513

Text Example


Text Example

White with #B04513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04513; }

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

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

background-color css

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

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

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

border-color css

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

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

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