Html Css Color HEX #B75205 Rust

📋 copy color: '#B75205'

red 183 ◦ green 82 ◦ blue 5

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

Shades of Rust #B75205

Tints of Rust #B75205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 67.78%
G = 30.37%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B75205 (or 0xB75205) is known color: Rust. HEX triplet: B7, 52 and 05. RGB value is (183,82,5). Sum of RGB (Red+Green+Blue) = 183+82+5=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B75205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75205 is #48ADFA. Grayscale: #676767. Windows color (decimal): -4763131 or 348855. OLE color: 348855.

HSL color Cylindrical-coordinate representation of color #B75205: hue angle of 25.96º degrees, saturation: 0.95, 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 #B75205 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 5 -
CMYK 0 0.55 0.97 0.28
HSL 25.96º 0.95% 0.37% -
HSV(B) 25.96º 0.97% 0.72% -
XYZ 22.57 16.11 2.06 -
YUV 103.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 183 82 5 0 0.55 0.97 0.28 25.96 0.95 0.37
Hex B7 52 5 0 37 61 1C 1A 5F 25
Octal 267 122 5 0 67 141 34 32 137 45
Binary 10110111 1010010 101 0 110111 1100001 11100 11010 1011111 100101

Color Harmonies of #B75205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75205

Black with #B75205

Text Example


Text Example

White with #B75205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75205; }

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

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

background-color css

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

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

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

border-color css

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

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

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