Html Css Color HEX #B73912 Rust

📋 copy color: '#B73912'

red 183 ◦ green 57 ◦ blue 18

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

Shades of Rust #B73912

Tints of Rust #B73912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 70.93%
G = 22.09%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73912 (or 0xB73912) is known color: Rust. HEX triplet: B7, 39 and 12. RGB value is (183,57,18). Sum of RGB (Red+Green+Blue) = 183+57+18=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B73912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73912 is #48C6ED. Grayscale: #5A5A5A. Windows color (decimal): -4769518 or 1194423. OLE color: 1194423.

HSL color Cylindrical-coordinate representation of color #B73912: hue angle of 14.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 18 -
CMYK 0 0.69 0.90 0.28
HSL 14.18º 0.82% 0.39% -
HSV(B) 14.18º 0.9% 0.72% -
XYZ 21.1 13.04 1.98 -
YUV 90.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 183 57 18 0 0.69 0.90 0.28 14.18 0.82 0.39
Hex B7 39 12 0 45 5A 1C E 52 27
Octal 267 71 22 0 105 132 34 16 122 47
Binary 10110111 111001 10010 0 1000101 1011010 11100 1110 1010010 100111

Color Harmonies of #B73912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73912

Black with #B73912

Text Example


Text Example

White with #B73912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73912; }

 p { color: rgb(183,57,18); }

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

background-color css

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

 a { background-color: rgb(183,57,18); }

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

border-color css

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

 span { border-color: rgb(183,57,18); }

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