Html Css Color HEX #B73C11 Rust

📋 copy color: '#B73C11'

red 183 ◦ green 60 ◦ blue 17

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

Shades of Rust #B73C11

Tints of Rust #B73C11

RGB

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

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

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

R = 70.38%
G = 23.08%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B73C11 (or 0xB73C11) is known color: Rust. HEX triplet: B7, 3C and 11. RGB value is (183,60,17). Sum of RGB (Red+Green+Blue) = 183+60+17=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C11 is #48C3EE. Grayscale: #5C5C5C. Windows color (decimal): -4768751 or 1129655. OLE color: 1129655.

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

Color convert

RGB 183 60 17 -
CMYK 0 0.67 0.91 0.28
HSL 15.54º 0.83% 0.39% -
HSV(B) 15.54º 0.91% 0.72% -
XYZ 21.25 13.34 1.99 -
YUV 91.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 183 60 17 0 0.67 0.91 0.28 15.54 0.83 0.39
Hex B7 3C 11 0 43 5B 1C 10 53 27
Octal 267 74 21 0 103 133 34 20 123 47
Binary 10110111 111100 10001 0 1000011 1011011 11100 10000 1010011 100111

Color Harmonies of #B73C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C11

Black with #B73C11

Text Example


Text Example

White with #B73C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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