Html Css Color HEX #B73A11 Rust

📋 copy color: '#B73A11'

red 183 ◦ green 58 ◦ blue 17

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

Shades of Rust #B73A11

Tints of Rust #B73A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 70.93%
G = 22.48%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B73A11 (or 0xB73A11) is known color: Rust. HEX triplet: B7, 3A and 11. RGB value is (183,58,17). Sum of RGB (Red+Green+Blue) = 183+58+17=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A11 is #48C5EE. Grayscale: #5A5A5A. Windows color (decimal): -4769263 or 1129143. OLE color: 1129143.

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

Color convert

RGB 183 58 17 -
CMYK 0 0.68 0.91 0.28
HSL 14.82º 0.83% 0.39% -
HSV(B) 14.82º 0.91% 0.72% -
XYZ 21.14 13.13 1.95 -
YUV 90.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 183 58 17 0 0.68 0.91 0.28 14.82 0.83 0.39
Hex B7 3A 11 0 44 5B 1C F 53 27
Octal 267 72 21 0 104 133 34 17 123 47
Binary 10110111 111010 10001 0 1000100 1011011 11100 1111 1010011 100111

Color Harmonies of #B73A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A11

Black with #B73A11

Text Example


Text Example

White with #B73A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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