Html Css Color HEX #B75006 Rust

📋 copy color: '#B75006'

red 183 ◦ green 80 ◦ blue 6

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

Shades of Rust #B75006

Tints of Rust #B75006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 68.03%
G = 29.74%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B75006 (or 0xB75006) is known color: Rust. HEX triplet: B7, 50 and 06. RGB value is (183,80,6). Sum of RGB (Red+Green+Blue) = 183+80+6=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B75006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75006 is #48AFF9. Grayscale: #666666. Windows color (decimal): -4763642 or 413879. OLE color: 413879.

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

Color convert

RGB 183 80 6 -
CMYK 0 0.56 0.97 0.28
HSL 25.08º 0.94% 0.37% -
HSV(B) 25.08º 0.97% 0.72% -
XYZ 22.43 15.82 2.04 -
YUV 102.36 73.62 185.52 -
System Red Green Blue C M Y K H S L
Decimal 183 80 6 0 0.56 0.97 0.28 25.08 0.94 0.37
Hex B7 50 6 0 38 61 1C 19 5E 25
Octal 267 120 6 0 70 141 34 31 136 45
Binary 10110111 1010000 110 0 111000 1100001 11100 11001 1011110 100101

Color Harmonies of #B75006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75006

Black with #B75006

Text Example


Text Example

White with #B75006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75006; }

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

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

background-color css

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

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

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

border-color css

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

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

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