Html Css Color HEX #B75204 Rust

📋 copy color: '#B75204'

red 183 ◦ green 82 ◦ blue 4

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

Shades of Rust #B75204

Tints of Rust #B75204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 68.03%
G = 30.48%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B75204 (or 0xB75204) is known color: Rust. HEX triplet: B7, 52 and 04. RGB value is (183,82,4). Sum of RGB (Red+Green+Blue) = 183+82+4=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B75204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75204 is #48ADFB. Grayscale: #676767. Windows color (decimal): -4763132 or 283319. OLE color: 283319.

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

Color convert

RGB 183 82 4 -
CMYK 0 0.55 0.98 0.28
HSL 26.15º 0.96% 0.37% -
HSV(B) 26.15º 0.98% 0.72% -
XYZ 22.57 16.11 2.04 -
YUV 103.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 183 82 4 0 0.55 0.98 0.28 26.15 0.96 0.37
Hex B7 52 4 0 37 62 1C 1A 60 25
Octal 267 122 4 0 67 142 34 32 140 45
Binary 10110111 1010010 100 0 110111 1100010 11100 11010 1100000 100101

Color Harmonies of #B75204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75204

Black with #B75204

Text Example


Text Example

White with #B75204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75204; }

 p { color: rgb(183,82,4); }

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

background-color css

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

 a { background-color: rgb(183,82,4); }

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

border-color css

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

 span { border-color: rgb(183,82,4); }

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