Html Css Color HEX #B7500C Rust

📋 copy color: '#B7500C'

red 183 ◦ green 80 ◦ blue 12

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

Shades of Rust #B7500C

Tints of Rust #B7500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 66.55%
G = 29.09%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7500C (or 0xB7500C) is known color: Rust. HEX triplet: B7, 50 and 0C. RGB value is (183,80,12). Sum of RGB (Red+Green+Blue) = 183+80+12=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7500C is #48AFF3. Grayscale: #676767. Windows color (decimal): -4763636 or 807095. OLE color: 807095.

HSL color Cylindrical-coordinate representation of color #B7500C: hue angle of 23.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7500C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 80 12 -
CMYK 0 0.56 0.93 0.28
HSL 23.86º 0.88% 0.38% -
HSV(B) 23.86º 0.93% 0.72% -
XYZ 22.46 15.83 2.22 -
YUV 103.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 183 80 12 0 0.56 0.93 0.28 23.86 0.88 0.38
Hex B7 50 C 0 38 5D 1C 18 58 26
Octal 267 120 14 0 70 135 34 30 130 46
Binary 10110111 1010000 1100 0 111000 1011101 11100 11000 1011000 100110

Color Harmonies of #B7500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7500C

Black with #B7500C

Text Example


Text Example

White with #B7500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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