Html Css Color HEX #B74610 Rust

📋 copy color: '#B74610'

red 183 ◦ green 70 ◦ blue 16

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

Shades of Rust #B74610

Tints of Rust #B74610

RGB

 RED value IS 183 (71.88% from 255) = 68.03%

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 68.03%
G = 26.02%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74610 (or 0xB74610) is known color: Rust. HEX triplet: B7, 46 and 10. RGB value is (183,70,16). Sum of RGB (Red+Green+Blue) = 183+70+16=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74610 is #48B9EF. Grayscale: #616161. Windows color (decimal): -4766192 or 1066679. OLE color: 1066679.

HSL color Cylindrical-coordinate representation of color #B74610: hue angle of 19.4º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74610 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 16 -
CMYK 0 0.62 0.91 0.28
HSL 19.4º 0.84% 0.39% -
HSV(B) 19.4º 0.91% 0.72% -
XYZ 21.81 14.49 2.14 -
YUV 97.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 183 70 16 0 0.62 0.91 0.28 19.4 0.84 0.39
Hex B7 46 10 0 3E 5B 1C 13 54 27
Octal 267 106 20 0 76 133 34 23 124 47
Binary 10110111 1000110 10000 0 111110 1011011 11100 10011 1010100 100111

Color Harmonies of #B74610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74610

Black with #B74610

Text Example


Text Example

White with #B74610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74610; }

 p { color: rgb(183,70,16); }

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

background-color css

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

 a { background-color: rgb(183,70,16); }

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

border-color css

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

 span { border-color: rgb(183,70,16); }

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