Html Css Color HEX #B73F10 Rust

📋 copy color: '#B73F10'

red 183 ◦ green 63 ◦ blue 16

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

Shades of Rust #B73F10

Tints of Rust #B73F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 69.85%
G = 24.05%
B = 6.11%

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

#B73F10 (or 0xB73F10) is known color: Rust. HEX triplet: B7, 3F and 10. RGB value is (183,63,16). Sum of RGB (Red+Green+Blue) = 183+63+16=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F10 is #48C0EF. Grayscale: #5D5D5D. Windows color (decimal): -4767984 or 1064887. OLE color: 1064887.

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

Color convert

RGB 183 63 16 -
CMYK 0 0.66 0.91 0.28
HSL 16.89º 0.84% 0.39% -
HSV(B) 16.89º 0.91% 0.72% -
XYZ 21.4 13.66 2 -
YUV 93.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 183 63 16 0 0.66 0.91 0.28 16.89 0.84 0.39
Hex B7 3F 10 0 42 5B 1C 11 54 27
Octal 267 77 20 0 102 133 34 21 124 47
Binary 10110111 111111 10000 0 1000010 1011011 11100 10001 1010100 100111

Color Harmonies of #B73F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F10

Black with #B73F10

Text Example


Text Example

White with #B73F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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