Html Css Color HEX #B73200 Rust

📋 copy color: '#B73200'

red 183 ◦ green 50 ◦ blue 0

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

Shades of Rust #B73200

Tints of Rust #B73200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.54%
G = 21.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B73200 (or 0xB73200) is known color: Rust. HEX triplet: B7, 32 and 00. RGB value is (183,50,0). Sum of RGB (Red+Green+Blue) = 183+50+0=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B73200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73200 is #48CDFF. Grayscale: #545454. Windows color (decimal): -4771328 or 12983. OLE color: 12983.

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

Color convert

RGB 183 50 0 -
CMYK 0 0.73 1 0.28
HSL 16.39º 1% 0.36% -
HSV(B) 16.39º 1% 0.72% -
XYZ 20.67 12.35 1.29 -
YUV 84.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 183 50 0 0 0.73 1 0.28 16.39 1 0.36
Hex B7 32 0 0 49 64 1C 10 64 24
Octal 267 62 0 0 111 144 34 20 144 44
Binary 10110111 110010 0 0 1001001 1100100 11100 10000 1100100 100100

Color Harmonies of #B73200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73200

Black with #B73200

Text Example


Text Example

White with #B73200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73200; }

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

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

background-color css

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

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

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

border-color css

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

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

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