Html Css Color HEX #B73C20 Rust

📋 copy color: '#B73C20'

red 183 ◦ green 60 ◦ blue 32

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

Shades of Rust #B73C20

Tints of Rust #B73C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 66.55%
G = 21.82%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B73C20 (or 0xB73C20) is known color: Rust. HEX triplet: B7, 3C and 20. RGB value is (183,60,32). Sum of RGB (Red+Green+Blue) = 183+60+32=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C20 is #48C3DF. Grayscale: #5D5D5D. Windows color (decimal): -4768736 or 2112695. OLE color: 2112695.

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

Color convert

RGB 183 60 32 -
CMYK 0 0.67 0.83 0.28
HSL 11.13º 0.7% 0.42% -
HSV(B) 11.13º 0.83% 0.72% -
XYZ 21.41 13.4 2.83 -
YUV 93.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 183 60 32 0 0.67 0.83 0.28 11.13 0.7 0.42
Hex B7 3C 20 0 43 53 1C B 46 2A
Octal 267 74 40 0 103 123 34 13 106 52
Binary 10110111 111100 100000 0 1000011 1010011 11100 1011 1000110 101010

Color Harmonies of #B73C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C20

Black with #B73C20

Text Example


Text Example

White with #B73C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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