Html Css Color HEX #B73300 Rust

📋 copy color: '#B73300'

red 183 ◦ green 51 ◦ blue 0

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

Shades of Rust #B73300

Tints of Rust #B73300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 78.21%
G = 21.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B73300 (or 0xB73300) is known color: Rust. HEX triplet: B7, 33 and 00. RGB value is (183,51,0). Sum of RGB (Red+Green+Blue) = 183+51+0=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B73300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73300 is #48CCFF. Grayscale: #545454. Windows color (decimal): -4771072 or 13239. OLE color: 13239.

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

Color convert

RGB 183 51 0 -
CMYK 0 0.72 1 0.28
HSL 16.72º 1% 0.36% -
HSV(B) 16.72º 1% 0.72% -
XYZ 20.71 12.43 1.31 -
YUV 84.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 183 51 0 0 0.72 1 0.28 16.72 1 0.36
Hex B7 33 0 0 48 64 1C 11 64 24
Octal 267 63 0 0 110 144 34 21 144 44
Binary 10110111 110011 0 0 1001000 1100100 11100 10001 1100100 100100

Color Harmonies of #B73300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73300

Black with #B73300

Text Example


Text Example

White with #B73300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73300; }

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

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

background-color css

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

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

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

border-color css

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

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

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