Html Css Color HEX #B04114 Rust

📋 copy color: '#B04114'

red 176 ◦ green 65 ◦ blue 20

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

Shades of Rust #B04114

Tints of Rust #B04114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 67.43%
G = 24.9%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B04114 (or 0xB04114) is known color: Rust. HEX triplet: B0, 41 and 14. RGB value is (176,65,20). Sum of RGB (Red+Green+Blue) = 176+65+20=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04114 is #4FBEEB. Grayscale: #5D5D5D. Windows color (decimal): -5226220 or 1327536. OLE color: 1327536.

HSL color Cylindrical-coordinate representation of color #B04114: hue angle of 17.31º degrees, saturation: 0.8, 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 #B04114 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 20 -
CMYK 0 0.63 0.89 0.31
HSL 17.31º 0.8% 0.38% -
HSV(B) 17.31º 0.89% 0.69% -
XYZ 19.92 13.06 2.13 -
YUV 93.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 176 65 20 0 0.63 0.89 0.31 17.31 0.8 0.38
Hex B0 41 14 0 3F 59 1F 11 50 26
Octal 260 101 24 0 77 131 37 21 120 46
Binary 10110000 1000001 10100 0 111111 1011001 11111 10001 1010000 100110

Color Harmonies of #B04114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04114

Black with #B04114

Text Example


Text Example

White with #B04114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04114; }

 p { color: rgb(176,65,20); }

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

background-color css

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

 a { background-color: rgb(176,65,20); }

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

border-color css

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

 span { border-color: rgb(176,65,20); }

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