Html Css Color HEX #B73506 Rust

📋 copy color: '#B73506'

red 183 ◦ green 53 ◦ blue 6

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

Shades of Rust #B73506

Tints of Rust #B73506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 75.62%
G = 21.9%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73506 (or 0xB73506) is known color: Rust. HEX triplet: B7, 35 and 06. RGB value is (183,53,6). Sum of RGB (Red+Green+Blue) = 183+53+6=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B73506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73506 is #48CAF9. Grayscale: #565656. Windows color (decimal): -4770554 or 406967. OLE color: 406967.

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

Color convert

RGB 183 53 6 -
CMYK 0 0.71 0.97 0.28
HSL 15.93º 0.94% 0.37% -
HSV(B) 15.93º 0.97% 0.72% -
XYZ 20.83 12.63 1.51 -
YUV 86.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 183 53 6 0 0.71 0.97 0.28 15.93 0.94 0.37
Hex B7 35 6 0 47 61 1C 10 5E 25
Octal 267 65 6 0 107 141 34 20 136 45
Binary 10110111 110101 110 0 1000111 1100001 11100 10000 1011110 100101

Color Harmonies of #B73506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73506

Black with #B73506

Text Example


Text Example

White with #B73506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73506; }

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

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

background-color css

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

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

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

border-color css

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

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

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