Html Css Color HEX #B75210 Rust

📋 copy color: '#B75210'

red 183 ◦ green 82 ◦ blue 16

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

Shades of Rust #B75210

Tints of Rust #B75210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 65.12%
G = 29.18%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75210 (or 0xB75210) is known color: Rust. HEX triplet: B7, 52 and 10. RGB value is (183,82,16). Sum of RGB (Red+Green+Blue) = 183+82+16=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B75210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75210 is #48ADEF. Grayscale: #696969. Windows color (decimal): -4763120 or 1069751. OLE color: 1069751.

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

Color convert

RGB 183 82 16 -
CMYK 0 0.55 0.91 0.28
HSL 23.71º 0.84% 0.39% -
HSV(B) 23.71º 0.91% 0.72% -
XYZ 22.64 16.14 2.41 -
YUV 104.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 183 82 16 0 0.55 0.91 0.28 23.71 0.84 0.39
Hex B7 52 10 0 37 5B 1C 18 54 27
Octal 267 122 20 0 67 133 34 30 124 47
Binary 10110111 1010010 10000 0 110111 1011011 11100 11000 1010100 100111

Color Harmonies of #B75210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75210

Black with #B75210

Text Example


Text Example

White with #B75210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75210; }

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

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

background-color css

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

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

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

border-color css

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

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

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