Html Css Color HEX #B73F14 Rust

📋 copy color: '#B73F14'

red 183 ◦ green 63 ◦ blue 20

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

Shades of Rust #B73F14

Tints of Rust #B73F14

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 68.8%
G = 23.68%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73F14 (or 0xB73F14) is known color: Rust. HEX triplet: B7, 3F and 14. RGB value is (183,63,20). Sum of RGB (Red+Green+Blue) = 183+63+20=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F14 is #48C0EB. Grayscale: #5E5E5E. Windows color (decimal): -4767980 or 1327031. OLE color: 1327031.

HSL color Cylindrical-coordinate representation of color #B73F14: hue angle of 15.83º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73F14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 63 20 -
CMYK 0 0.66 0.89 0.28
HSL 15.83º 0.8% 0.4% -
HSV(B) 15.83º 0.89% 0.72% -
XYZ 21.43 13.67 2.17 -
YUV 93.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 183 63 20 0 0.66 0.89 0.28 15.83 0.8 0.4
Hex B7 3F 14 0 42 59 1C 10 50 28
Octal 267 77 24 0 102 131 34 20 120 50
Binary 10110111 111111 10100 0 1000010 1011001 11100 10000 1010000 101000

Color Harmonies of #B73F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F14

Black with #B73F14

Text Example


Text Example

White with #B73F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F14; }

 p { color: rgb(183,63,20); }

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

background-color css

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

 a { background-color: rgb(183,63,20); }

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

border-color css

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

 span { border-color: rgb(183,63,20); }

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