Html Css Color HEX #B75010 Rust

📋 copy color: '#B75010'

red 183 ◦ green 80 ◦ blue 16

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

Shades of Rust #B75010

Tints of Rust #B75010

RGB

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

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

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

R = 65.59%
G = 28.67%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75010 (or 0xB75010) is known color: Rust. HEX triplet: B7, 50 and 10. RGB value is (183,80,16). Sum of RGB (Red+Green+Blue) = 183+80+16=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B75010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75010 is #48AFEF. Grayscale: #676767. Windows color (decimal): -4763632 or 1069239. OLE color: 1069239.

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

Color convert

RGB 183 80 16 -
CMYK 0 0.56 0.91 0.28
HSL 22.99º 0.84% 0.39% -
HSV(B) 22.99º 0.91% 0.72% -
XYZ 22.49 15.84 2.36 -
YUV 103.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 183 80 16 0 0.56 0.91 0.28 22.99 0.84 0.39
Hex B7 50 10 0 38 5B 1C 17 54 27
Octal 267 120 20 0 70 133 34 27 124 47
Binary 10110111 1010000 10000 0 111000 1011011 11100 10111 1010100 100111

Color Harmonies of #B75010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75010

Black with #B75010

Text Example


Text Example

White with #B75010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75010; }

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

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

background-color css

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

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

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

border-color css

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

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

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