Html Css Color HEX #B74614 Rust

📋 copy color: '#B74614'

red 183 ◦ green 70 ◦ blue 20

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

Shades of Rust #B74614

Tints of Rust #B74614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 67.03%
G = 25.64%
B = 7.33%

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

#B74614 (or 0xB74614) is known color: Rust. HEX triplet: B7, 46 and 14. RGB value is (183,70,20). Sum of RGB (Red+Green+Blue) = 183+70+20=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74614 is #48B9EB. Grayscale: #626262. Windows color (decimal): -4766188 or 1328823. OLE color: 1328823.

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

Color convert

RGB 183 70 20 -
CMYK 0 0.62 0.89 0.28
HSL 18.4º 0.8% 0.4% -
HSV(B) 18.4º 0.89% 0.72% -
XYZ 21.84 14.5 2.31 -
YUV 98.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 183 70 20 0 0.62 0.89 0.28 18.4 0.8 0.4
Hex B7 46 14 0 3E 59 1C 12 50 28
Octal 267 106 24 0 76 131 34 22 120 50
Binary 10110111 1000110 10100 0 111110 1011001 11100 10010 1010000 101000

Color Harmonies of #B74614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74614

Black with #B74614

Text Example


Text Example

White with #B74614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74614; }

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

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

background-color css

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

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

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

border-color css

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

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

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