Html Css Color HEX #B73B0E Rust

📋 copy color: '#B73B0E'

red 183 ◦ green 59 ◦ blue 14

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

Shades of Rust #B73B0E

Tints of Rust #B73B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 71.48%
G = 23.05%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B73B0E (or 0xB73B0E) is known color: Rust. HEX triplet: B7, 3B and 0E. RGB value is (183,59,14). Sum of RGB (Red+Green+Blue) = 183+59+14=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B0E is #48C4F1. Grayscale: #5B5B5B. Windows color (decimal): -4769010 or 932791. OLE color: 932791.

HSL color Cylindrical-coordinate representation of color #B73B0E: hue angle of 15.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B73B0E is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 14 -
CMYK 0 0.68 0.92 0.28
HSL 15.98º 0.86% 0.39% -
HSV(B) 15.98º 0.92% 0.72% -
XYZ 21.17 13.23 1.85 -
YUV 90.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 183 59 14 0 0.68 0.92 0.28 15.98 0.86 0.39
Hex B7 3B E 0 44 5C 1C 10 56 27
Octal 267 73 16 0 104 134 34 20 126 47
Binary 10110111 111011 1110 0 1000100 1011100 11100 10000 1010110 100111

Color Harmonies of #B73B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B0E

Black with #B73B0E

Text Example


Text Example

White with #B73B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B0E; }

 p { color: rgb(183,59,14); }

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

background-color css

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

 a { background-color: rgb(183,59,14); }

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

border-color css

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

 span { border-color: rgb(183,59,14); }

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