Html Css Color HEX #B73F11 Rust

📋 copy color: '#B73F11'

red 183 ◦ green 63 ◦ blue 17

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

Shades of Rust #B73F11

Tints of Rust #B73F11

RGB

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

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

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

R = 69.58%
G = 23.95%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B73F11 (or 0xB73F11) is known color: Rust. HEX triplet: B7, 3F and 11. RGB value is (183,63,17). Sum of RGB (Red+Green+Blue) = 183+63+17=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F11 is #48C0EE. Grayscale: #5D5D5D. Windows color (decimal): -4767983 or 1130423. OLE color: 1130423.

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

Color convert

RGB 183 63 17 -
CMYK 0 0.66 0.91 0.28
HSL 16.63º 0.83% 0.39% -
HSV(B) 16.63º 0.91% 0.72% -
XYZ 21.41 13.66 2.04 -
YUV 93.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 183 63 17 0 0.66 0.91 0.28 16.63 0.83 0.39
Hex B7 3F 11 0 42 5B 1C 11 53 27
Octal 267 77 21 0 102 133 34 21 123 47
Binary 10110111 111111 10001 0 1000010 1011011 11100 10001 1010011 100111

Color Harmonies of #B73F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F11

Black with #B73F11

Text Example


Text Example

White with #B73F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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