Html Css Color HEX #B73A16 Rust

📋 copy color: '#B73A16'

red 183 ◦ green 58 ◦ blue 22

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

Shades of Rust #B73A16

Tints of Rust #B73A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 69.58%
G = 22.05%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B73A16 (or 0xB73A16) is known color: Rust. HEX triplet: B7, 3A and 16. RGB value is (183,58,22). Sum of RGB (Red+Green+Blue) = 183+58+22=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A16 is #48C5E9. Grayscale: #5B5B5B. Windows color (decimal): -4769258 or 1456823. OLE color: 1456823.

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

Color convert

RGB 183 58 22 -
CMYK 0 0.68 0.88 0.28
HSL 13.42º 0.79% 0.4% -
HSV(B) 13.42º 0.88% 0.72% -
XYZ 21.19 13.15 2.18 -
YUV 91.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 183 58 22 0 0.68 0.88 0.28 13.42 0.79 0.4
Hex B7 3A 16 0 44 58 1C D 4F 28
Octal 267 72 26 0 104 130 34 15 117 50
Binary 10110111 111010 10110 0 1000100 1011000 11100 1101 1001111 101000

Color Harmonies of #B73A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A16

Black with #B73A16

Text Example


Text Example

White with #B73A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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