Html Css Color HEX #B75114 Rust

📋 copy color: '#B75114'

red 183 ◦ green 81 ◦ blue 20

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

Shades of Rust #B75114

Tints of Rust #B75114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 64.44%
G = 28.52%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B75114 (or 0xB75114) is known color: Rust. HEX triplet: B7, 51 and 14. RGB value is (183,81,20). Sum of RGB (Red+Green+Blue) = 183+81+20=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B75114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75114 is #48AEEB. Grayscale: #686868. Windows color (decimal): -4763372 or 1331639. OLE color: 1331639.

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

Color convert

RGB 183 81 20 -
CMYK 0 0.56 0.89 0.28
HSL 22.45º 0.8% 0.4% -
HSV(B) 22.45º 0.89% 0.72% -
XYZ 22.6 16 2.56 -
YUV 104.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 183 81 20 0 0.56 0.89 0.28 22.45 0.8 0.4
Hex B7 51 14 0 38 59 1C 16 50 28
Octal 267 121 24 0 70 131 34 26 120 50
Binary 10110111 1010001 10100 0 111000 1011001 11100 10110 1010000 101000

Color Harmonies of #B75114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75114

Black with #B75114

Text Example


Text Example

White with #B75114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75114; }

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

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

background-color css

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

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

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

border-color css

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

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

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