Html Css Color HEX #B04110 Rust

📋 copy color: '#B04110'

red 176 ◦ green 65 ◦ blue 16

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

Shades of Rust #B04110

Tints of Rust #B04110

RGB

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

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

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

R = 68.48%
G = 25.29%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B04110 (or 0xB04110) is known color: Rust. HEX triplet: B0, 41 and 10. RGB value is (176,65,16). Sum of RGB (Red+Green+Blue) = 176+65+16=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B04110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04110 is #4FBEEF. Grayscale: #5C5C5C. Windows color (decimal): -5226224 or 1065392. OLE color: 1065392.

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

Color convert

RGB 176 65 16 -
CMYK 0 0.63 0.91 0.31
HSL 18.38º 0.83% 0.38% -
HSV(B) 18.38º 0.91% 0.69% -
XYZ 19.89 13.05 1.96 -
YUV 92.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 176 65 16 0 0.63 0.91 0.31 18.38 0.83 0.38
Hex B0 41 10 0 3F 5B 1F 12 53 26
Octal 260 101 20 0 77 133 37 22 123 46
Binary 10110000 1000001 10000 0 111111 1011011 11111 10010 1010011 100110

Color Harmonies of #B04110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04110

Black with #B04110

Text Example


Text Example

White with #B04110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04110; }

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

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

background-color css

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

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

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

border-color css

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

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

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