Html Css Color HEX #B75106 Rust

📋 copy color: '#B75106'

red 183 ◦ green 81 ◦ blue 6

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

Shades of Rust #B75106

Tints of Rust #B75106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 67.78%
G = 30%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B75106 (or 0xB75106) is known color: Rust. HEX triplet: B7, 51 and 06. RGB value is (183,81,6). Sum of RGB (Red+Green+Blue) = 183+81+6=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B75106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75106 is #48AEF9. Grayscale: #676767. Windows color (decimal): -4763386 or 414135. OLE color: 414135.

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

Color convert

RGB 183 81 6 -
CMYK 0 0.56 0.97 0.28
HSL 25.42º 0.94% 0.37% -
HSV(B) 25.42º 0.97% 0.72% -
XYZ 22.5 15.97 2.07 -
YUV 102.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 183 81 6 0 0.56 0.97 0.28 25.42 0.94 0.37
Hex B7 51 6 0 38 61 1C 19 5E 25
Octal 267 121 6 0 70 141 34 31 136 45
Binary 10110111 1010001 110 0 111000 1100001 11100 11001 1011110 100101

Color Harmonies of #B75106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75106

Black with #B75106

Text Example


Text Example

White with #B75106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75106; }

 p { color: rgb(183,81,6); }

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

background-color css

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

 a { background-color: rgb(183,81,6); }

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

border-color css

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

 span { border-color: rgb(183,81,6); }

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