Html Css Color HEX #B74715 Rust

📋 copy color: '#B74715'

red 183 ◦ green 71 ◦ blue 21

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

Shades of Rust #B74715

Tints of Rust #B74715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 66.55%
G = 25.82%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74715 (or 0xB74715) is known color: Rust. HEX triplet: B7, 47 and 15. RGB value is (183,71,21). Sum of RGB (Red+Green+Blue) = 183+71+21=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B74715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74715 is #48B8EA. Grayscale: #636363. Windows color (decimal): -4765931 or 1394615. OLE color: 1394615.

HSL color Cylindrical-coordinate representation of color #B74715: hue angle of 18.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B74715 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 21 -
CMYK 0 0.61 0.89 0.28
HSL 18.52º 0.79% 0.4% -
HSV(B) 18.52º 0.89% 0.72% -
XYZ 21.92 14.63 2.38 -
YUV 98.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 183 71 21 0 0.61 0.89 0.28 18.52 0.79 0.4
Hex B7 47 15 0 3D 59 1C 13 4F 28
Octal 267 107 25 0 75 131 34 23 117 50
Binary 10110111 1000111 10101 0 111101 1011001 11100 10011 1001111 101000

Color Harmonies of #B74715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74715

Black with #B74715

Text Example


Text Example

White with #B74715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74715; }

 p { color: rgb(183,71,21); }

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

background-color css

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

 a { background-color: rgb(183,71,21); }

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

border-color css

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

 span { border-color: rgb(183,71,21); }

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