Html Css Color HEX #B04010 Rust

📋 copy color: '#B04010'

red 176 ◦ green 64 ◦ blue 16

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

Shades of Rust #B04010

Tints of Rust #B04010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B04010 (or 0xB04010) is known color: Rust. HEX triplet: B0, 40 and 10. RGB value is (176,64,16). Sum of RGB (Red+Green+Blue) = 176+64+16=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B04010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04010 is #4FBFEF. Grayscale: #5C5C5C. Windows color (decimal): -5226480 or 1065136. OLE color: 1065136.

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

Color convert

RGB 176 64 16 -
CMYK 0 0.64 0.91 0.31
HSL 18º 0.83% 0.38% -
HSV(B) 18º 0.91% 0.69% -
XYZ 19.83 12.93 1.94 -
YUV 92.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 176 64 16 0 0.64 0.91 0.31 18 0.83 0.38
Hex B0 40 10 0 40 5B 1F 12 53 26
Octal 260 100 20 0 100 133 37 22 123 46
Binary 10110000 1000000 10000 0 1000000 1011011 11111 10010 1010011 100110

Color Harmonies of #B04010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04010

Black with #B04010

Text Example


Text Example

White with #B04010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04010; }

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

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

background-color css

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

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

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

border-color css

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

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

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