Html Css Color HEX #B73209 Rust

📋 copy color: '#B73209'

red 183 ◦ green 50 ◦ blue 9

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

Shades of Rust #B73209

Tints of Rust #B73209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 75.62%
G = 20.66%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B73209 (or 0xB73209) is known color: Rust. HEX triplet: B7, 32 and 09. RGB value is (183,50,9). Sum of RGB (Red+Green+Blue) = 183+50+9=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B73209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73209 is #48CDF6. Grayscale: #555555. Windows color (decimal): -4771319 or 602807. OLE color: 602807.

HSL color Cylindrical-coordinate representation of color #B73209: hue angle of 14.14º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B73209 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 9 -
CMYK 0 0.73 0.95 0.28
HSL 14.14º 0.91% 0.38% -
HSV(B) 14.14º 0.95% 0.72% -
XYZ 20.72 12.37 1.55 -
YUV 85.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 183 50 9 0 0.73 0.95 0.28 14.14 0.91 0.38
Hex B7 32 9 0 49 5F 1C E 5B 26
Octal 267 62 11 0 111 137 34 16 133 46
Binary 10110111 110010 1001 0 1001001 1011111 11100 1110 1011011 100110

Color Harmonies of #B73209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73209

Black with #B73209

Text Example


Text Example

White with #B73209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73209; }

 p { color: rgb(183,50,9); }

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

background-color css

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

 a { background-color: rgb(183,50,9); }

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

border-color css

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

 span { border-color: rgb(183,50,9); }

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