Html Css Color HEX #B73D14 Rust

📋 copy color: '#B73D14'

red 183 ◦ green 61 ◦ blue 20

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

Shades of Rust #B73D14

Tints of Rust #B73D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

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

R = 69.32%
G = 23.11%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73D14 (or 0xB73D14) is known color: Rust. HEX triplet: B7, 3D and 14. RGB value is (183,61,20). Sum of RGB (Red+Green+Blue) = 183+61+20=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D14 is #48C2EB. Grayscale: #5D5D5D. Windows color (decimal): -4768492 or 1326519. OLE color: 1326519.

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

Color convert

RGB 183 61 20 -
CMYK 0 0.67 0.89 0.28
HSL 15.09º 0.8% 0.4% -
HSV(B) 15.09º 0.89% 0.72% -
XYZ 21.32 13.46 2.14 -
YUV 92.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 183 61 20 0 0.67 0.89 0.28 15.09 0.8 0.4
Hex B7 3D 14 0 43 59 1C F 50 28
Octal 267 75 24 0 103 131 34 17 120 50
Binary 10110111 111101 10100 0 1000011 1011001 11100 1111 1010000 101000

Color Harmonies of #B73D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D14

Black with #B73D14

Text Example


Text Example

White with #B73D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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