Html Css Color HEX #B73514 Rust

📋 copy color: '#B73514'

red 183 ◦ green 53 ◦ blue 20

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

Shades of Rust #B73514

Tints of Rust #B73514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 71.48%
G = 20.7%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73514 (or 0xB73514) is known color: Rust. HEX triplet: B7, 35 and 14. RGB value is (183,53,20). Sum of RGB (Red+Green+Blue) = 183+53+20=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73514 is #48CAEB. Grayscale: #585858. Windows color (decimal): -4770540 or 1324471. OLE color: 1324471.

HSL color Cylindrical-coordinate representation of color #B73514: hue angle of 12.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73514 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 20 -
CMYK 0 0.71 0.89 0.28
HSL 12.15º 0.8% 0.4% -
HSV(B) 12.15º 0.89% 0.72% -
XYZ 20.93 12.66 2 -
YUV 88.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 183 53 20 0 0.71 0.89 0.28 12.15 0.8 0.4
Hex B7 35 14 0 47 59 1C C 50 28
Octal 267 65 24 0 107 131 34 14 120 50
Binary 10110111 110101 10100 0 1000111 1011001 11100 1100 1010000 101000

Color Harmonies of #B73514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73514

Black with #B73514

Text Example


Text Example

White with #B73514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73514; }

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

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

background-color css

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

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

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

border-color css

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

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

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