Html Css Color HEX #B73512 Rust

📋 copy color: '#B73512'

red 183 ◦ green 53 ◦ blue 18

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

Shades of Rust #B73512

Tints of Rust #B73512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 72.05%
G = 20.87%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73512 (or 0xB73512) is known color: Rust. HEX triplet: B7, 35 and 12. RGB value is (183,53,18). Sum of RGB (Red+Green+Blue) = 183+53+18=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B73512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73512 is #48CAED. Grayscale: #585858. Windows color (decimal): -4770542 or 1193399. OLE color: 1193399.

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

Color convert

RGB 183 53 18 -
CMYK 0 0.71 0.90 0.28
HSL 12.73º 0.82% 0.39% -
HSV(B) 12.73º 0.9% 0.72% -
XYZ 20.91 12.66 1.91 -
YUV 87.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 183 53 18 0 0.71 0.90 0.28 12.73 0.82 0.39
Hex B7 35 12 0 47 5A 1C D 52 27
Octal 267 65 22 0 107 132 34 15 122 47
Binary 10110111 110101 10010 0 1000111 1011010 11100 1101 1010010 100111

Color Harmonies of #B73512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73512

Black with #B73512

Text Example


Text Example

White with #B73512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73512; }

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

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

background-color css

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

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

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

border-color css

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

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

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