Html Css Color HEX #B73812 Rust

📋 copy color: '#B73812'

red 183 ◦ green 56 ◦ blue 18

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

Shades of Rust #B73812

Tints of Rust #B73812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 71.21%
G = 21.79%
B = 7%

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

#B73812 (or 0xB73812) is known color: Rust. HEX triplet: B7, 38 and 12. RGB value is (183,56,18). Sum of RGB (Red+Green+Blue) = 183+56+18=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73812 is #48C7ED. Grayscale: #595959. Windows color (decimal): -4769774 or 1194167. OLE color: 1194167.

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

Color convert

RGB 183 56 18 -
CMYK 0 0.69 0.90 0.28
HSL 13.82º 0.82% 0.39% -
HSV(B) 13.82º 0.9% 0.72% -
XYZ 21.05 12.94 1.96 -
YUV 89.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 183 56 18 0 0.69 0.90 0.28 13.82 0.82 0.39
Hex B7 38 12 0 45 5A 1C E 52 27
Octal 267 70 22 0 105 132 34 16 122 47
Binary 10110111 111000 10010 0 1000101 1011010 11100 1110 1010010 100111

Color Harmonies of #B73812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73812

Black with #B73812

Text Example


Text Example

White with #B73812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73812; }

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

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

background-color css

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

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

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

border-color css

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

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

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