Html Css Color HEX #B74615 Rust

📋 copy color: '#B74615'

red 183 ◦ green 70 ◦ blue 21

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

Shades of Rust #B74615

Tints of Rust #B74615

RGB

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

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

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

R = 66.79%
G = 25.55%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74615 (or 0xB74615) is known color: Rust. HEX triplet: B7, 46 and 15. RGB value is (183,70,21). Sum of RGB (Red+Green+Blue) = 183+70+21=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74615 is #48B9EA. Grayscale: #626262. Windows color (decimal): -4766187 or 1394359. OLE color: 1394359.

HSL color Cylindrical-coordinate representation of color #B74615: hue angle of 18.15º 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 #B74615 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 21 -
CMYK 0 0.62 0.89 0.28
HSL 18.15º 0.79% 0.4% -
HSV(B) 18.15º 0.89% 0.72% -
XYZ 21.85 14.5 2.36 -
YUV 98.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 183 70 21 0 0.62 0.89 0.28 18.15 0.79 0.4
Hex B7 46 15 0 3E 59 1C 12 4F 28
Octal 267 106 25 0 76 131 34 22 117 50
Binary 10110111 1000110 10101 0 111110 1011001 11100 10010 1001111 101000

Color Harmonies of #B74615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74615

Black with #B74615

Text Example


Text Example

White with #B74615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74615; }

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

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

background-color css

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

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

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

border-color css

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

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

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