Html Css Color HEX #B73A17 Rust

📋 copy color: '#B73A17'

red 183 ◦ green 58 ◦ blue 23

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

Shades of Rust #B73A17

Tints of Rust #B73A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 69.32%
G = 21.97%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B73A17 (or 0xB73A17) is known color: Rust. HEX triplet: B7, 3A and 17. RGB value is (183,58,23). Sum of RGB (Red+Green+Blue) = 183+58+23=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A17 is #48C5E8. Grayscale: #5B5B5B. Windows color (decimal): -4769257 or 1522359. OLE color: 1522359.

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

Color convert

RGB 183 58 23 -
CMYK 0 0.68 0.87 0.28
HSL 13.13º 0.78% 0.4% -
HSV(B) 13.13º 0.87% 0.72% -
XYZ 21.2 13.16 2.23 -
YUV 91.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 183 58 23 0 0.68 0.87 0.28 13.13 0.78 0.4
Hex B7 3A 17 0 44 57 1C D 4E 28
Octal 267 72 27 0 104 127 34 15 116 50
Binary 10110111 111010 10111 0 1000100 1010111 11100 1101 1001110 101000

Color Harmonies of #B73A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A17

Black with #B73A17

Text Example


Text Example

White with #B73A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A17; }

 p { color: rgb(183,58,23); }

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

background-color css

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

 a { background-color: rgb(183,58,23); }

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

border-color css

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

 span { border-color: rgb(183,58,23); }

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