Html Css Color HEX #B75012 Rust

📋 copy color: '#B75012'

red 183 ◦ green 80 ◦ blue 18

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

Shades of Rust #B75012

Tints of Rust #B75012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 65.12%
G = 28.47%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B75012 (or 0xB75012) is known color: Rust. HEX triplet: B7, 50 and 12. RGB value is (183,80,18). Sum of RGB (Red+Green+Blue) = 183+80+18=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B75012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75012 is #48AFED. Grayscale: #686868. Windows color (decimal): -4763630 or 1200311. OLE color: 1200311.

HSL color Cylindrical-coordinate representation of color #B75012: hue angle of 22.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75012 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 80 18 -
CMYK 0 0.56 0.90 0.28
HSL 22.55º 0.82% 0.39% -
HSV(B) 22.55º 0.9% 0.72% -
XYZ 22.51 15.85 2.45 -
YUV 103.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 183 80 18 0 0.56 0.90 0.28 22.55 0.82 0.39
Hex B7 50 12 0 38 5A 1C 17 52 27
Octal 267 120 22 0 70 132 34 27 122 47
Binary 10110111 1010000 10010 0 111000 1011010 11100 10111 1010010 100111

Color Harmonies of #B75012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75012

Black with #B75012

Text Example


Text Example

White with #B75012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75012; }

 p { color: rgb(183,80,18); }

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

background-color css

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

 a { background-color: rgb(183,80,18); }

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

border-color css

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

 span { border-color: rgb(183,80,18); }

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