Html Css Color HEX #B73A00 Rust

📋 copy color: '#B73A00'

red 183 ◦ green 58 ◦ blue 0

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

Shades of Rust #B73A00

Tints of Rust #B73A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 75.93%
G = 24.07%
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

#B73A00 (or 0xB73A00) is known color: Rust. HEX triplet: B7, 3A and 00. RGB value is (183,58,0). Sum of RGB (Red+Green+Blue) = 183+58+0=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A00 is #48C5FF. Grayscale: #595959. Windows color (decimal): -4769280 or 15031. OLE color: 15031.

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

Color convert

RGB 183 58 0 -
CMYK 0 0.68 1 0.28
HSL 19.02º 1% 0.36% -
HSV(B) 19.02º 1% 0.72% -
XYZ 21.04 13.09 1.42 -
YUV 88.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 183 58 0 0 0.68 1 0.28 19.02 1 0.36
Hex B7 3A 0 0 44 64 1C 13 64 24
Octal 267 72 0 0 104 144 34 23 144 44
Binary 10110111 111010 0 0 1000100 1100100 11100 10011 1100100 100100

Color Harmonies of #B73A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A00

Black with #B73A00

Text Example


Text Example

White with #B73A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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