Html Css Color HEX #B73B0F Rust

📋 copy color: '#B73B0F'

red 183 ◦ green 59 ◦ blue 15

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

Shades of Rust #B73B0F

Tints of Rust #B73B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 71.21%
G = 22.96%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B73B0F (or 0xB73B0F) is known color: Rust. HEX triplet: B7, 3B and 0F. RGB value is (183,59,15). Sum of RGB (Red+Green+Blue) = 183+59+15=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B0F is #48C4F0. Grayscale: #5B5B5B. Windows color (decimal): -4769009 or 998327. OLE color: 998327.

HSL color Cylindrical-coordinate representation of color #B73B0F: hue angle of 15.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B73B0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 15 -
CMYK 0 0.68 0.92 0.28
HSL 15.71º 0.85% 0.39% -
HSV(B) 15.71º 0.92% 0.72% -
XYZ 21.18 13.23 1.89 -
YUV 91.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 183 59 15 0 0.68 0.92 0.28 15.71 0.85 0.39
Hex B7 3B F 0 44 5C 1C 10 55 27
Octal 267 73 17 0 104 134 34 20 125 47
Binary 10110111 111011 1111 0 1000100 1011100 11100 10000 1010101 100111

Color Harmonies of #B73B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B0F

Black with #B73B0F

Text Example


Text Example

White with #B73B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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