Html Css Color HEX #B73B20 Rust

📋 copy color: '#B73B20'

red 183 ◦ green 59 ◦ blue 32

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

Shades of Rust #B73B20

Tints of Rust #B73B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 66.79%
G = 21.53%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B73B20 (or 0xB73B20) is known color: Rust. HEX triplet: B7, 3B and 20. RGB value is (183,59,32). Sum of RGB (Red+Green+Blue) = 183+59+32=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B20 is #48C4DF. Grayscale: #5D5D5D. Windows color (decimal): -4768992 or 2112439. OLE color: 2112439.

HSL color Cylindrical-coordinate representation of color #B73B20: hue angle of 10.73º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B73B20 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 32 -
CMYK 0 0.68 0.83 0.28
HSL 10.73º 0.7% 0.42% -
HSV(B) 10.73º 0.83% 0.72% -
XYZ 21.35 13.3 2.81 -
YUV 93 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 183 59 32 0 0.68 0.83 0.28 10.73 0.7 0.42
Hex B7 3B 20 0 44 53 1C B 46 2A
Octal 267 73 40 0 104 123 34 13 106 52
Binary 10110111 111011 100000 0 1000100 1010011 11100 1011 1000110 101010

Color Harmonies of #B73B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B20

Black with #B73B20

Text Example


Text Example

White with #B73B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B20; }

 p { color: rgb(183,59,32); }

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

background-color css

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

 a { background-color: rgb(183,59,32); }

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

border-color css

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

 span { border-color: rgb(183,59,32); }

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