Html Css Color HEX #B75510 Rust

📋 copy color: '#B75510'

red 183 ◦ green 85 ◦ blue 16

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

Shades of Rust #B75510

Tints of Rust #B75510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 64.44%
G = 29.93%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75510 (or 0xB75510) is known color: Rust. HEX triplet: B7, 55 and 10. RGB value is (183,85,16). Sum of RGB (Red+Green+Blue) = 183+85+16=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B75510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75510 is #48AAEF. Grayscale: #6A6A6A. Windows color (decimal): -4762352 or 1070519. OLE color: 1070519.

HSL color Cylindrical-coordinate representation of color #B75510: hue angle of 24.79º 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 #B75510 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 16 -
CMYK 0 0.54 0.91 0.28
HSL 24.79º 0.84% 0.39% -
HSV(B) 24.79º 0.91% 0.72% -
XYZ 22.87 16.6 2.49 -
YUV 106.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 183 85 16 0 0.54 0.91 0.28 24.79 0.84 0.39
Hex B7 55 10 0 36 5B 1C 19 54 27
Octal 267 125 20 0 66 133 34 31 124 47
Binary 10110111 1010101 10000 0 110110 1011011 11100 11001 1010100 100111

Color Harmonies of #B75510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75510

Black with #B75510

Text Example


Text Example

White with #B75510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75510; }

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

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

background-color css

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

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

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

border-color css

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

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

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