Html Css Color HEX #B73B00 Rust

📋 copy color: '#B73B00'

red 183 ◦ green 59 ◦ blue 0

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

Shades of Rust #B73B00

Tints of Rust #B73B00

RGB

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

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

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

R = 75.62%
G = 24.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B73B00 (or 0xB73B00) is known color: Rust. HEX triplet: B7, 3B and 00. RGB value is (183,59,0). Sum of RGB (Red+Green+Blue) = 183+59+0=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B00 is #48C4FF. Grayscale: #595959. Windows color (decimal): -4769024 or 15287. OLE color: 15287.

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

Color convert

RGB 183 59 0 -
CMYK 0 0.68 1 0.28
HSL 19.34º 1% 0.36% -
HSV(B) 19.34º 1% 0.72% -
XYZ 21.09 13.2 1.44 -
YUV 89.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 183 59 0 0 0.68 1 0.28 19.34 1 0.36
Hex B7 3B 0 0 44 64 1C 13 64 24
Octal 267 73 0 0 104 144 34 23 144 44
Binary 10110111 111011 0 0 1000100 1100100 11100 10011 1100100 100100

Color Harmonies of #B73B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B00

Black with #B73B00

Text Example


Text Example

White with #B73B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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