Html Css Color HEX #B75914 Rust

📋 copy color: '#B75914'

red 183 ◦ green 89 ◦ blue 20

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

Shades of Rust #B75914

Tints of Rust #B75914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 62.67%
G = 30.48%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B75914 (or 0xB75914) is known color: Rust. HEX triplet: B7, 59 and 14. RGB value is (183,89,20). Sum of RGB (Red+Green+Blue) = 183+89+20=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B75914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75914 is #48A6EB. Grayscale: #6D6D6D. Windows color (decimal): -4761324 or 1333687. OLE color: 1333687.

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

Color convert

RGB 183 89 20 -
CMYK 0 0.51 0.89 0.28
HSL 25.4º 0.8% 0.4% -
HSV(B) 25.4º 0.89% 0.72% -
XYZ 23.23 17.26 2.77 -
YUV 109.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 183 89 20 0 0.51 0.89 0.28 25.4 0.8 0.4
Hex B7 59 14 0 33 59 1C 19 50 28
Octal 267 131 24 0 63 131 34 31 120 50
Binary 10110111 1011001 10100 0 110011 1011001 11100 11001 1010000 101000

Color Harmonies of #B75914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75914

Black with #B75914

Text Example


Text Example

White with #B75914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75914; }

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

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

background-color css

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

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

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

border-color css

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

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

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