Html Css Color HEX #B73009 Rust

📋 copy color: '#B73009'

red 183 ◦ green 48 ◦ blue 9

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

Shades of Rust #B73009

Tints of Rust #B73009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 76.25%
G = 20%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B73009 (or 0xB73009) is known color: Rust. HEX triplet: B7, 30 and 09. RGB value is (183,48,9). Sum of RGB (Red+Green+Blue) = 183+48+9=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B73009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73009 is #48CFF6. Grayscale: #545454. Windows color (decimal): -4771831 or 602295. OLE color: 602295.

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

Color convert

RGB 183 48 9 -
CMYK 0 0.74 0.95 0.28
HSL 13.45º 0.91% 0.38% -
HSV(B) 13.45º 0.95% 0.72% -
XYZ 20.63 12.2 1.53 -
YUV 83.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 183 48 9 0 0.74 0.95 0.28 13.45 0.91 0.38
Hex B7 30 9 0 4A 5F 1C D 5B 26
Octal 267 60 11 0 112 137 34 15 133 46
Binary 10110111 110000 1001 0 1001010 1011111 11100 1101 1011011 100110

Color Harmonies of #B73009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73009

Black with #B73009

Text Example


Text Example

White with #B73009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73009; }

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

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

background-color css

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

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

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

border-color css

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

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

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