Html Css Color HEX #B73515 Rust

📋 copy color: '#B73515'

red 183 ◦ green 53 ◦ blue 21

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

Shades of Rust #B73515

Tints of Rust #B73515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 71.21%
G = 20.62%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73515 (or 0xB73515) is known color: Rust. HEX triplet: B7, 35 and 15. RGB value is (183,53,21). Sum of RGB (Red+Green+Blue) = 183+53+21=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73515 is #48CAEA. Grayscale: #585858. Windows color (decimal): -4770539 or 1390007. OLE color: 1390007.

HSL color Cylindrical-coordinate representation of color #B73515: hue angle of 11.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73515 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 21 -
CMYK 0 0.71 0.89 0.28
HSL 11.85º 0.79% 0.4% -
HSV(B) 11.85º 0.89% 0.72% -
XYZ 20.94 12.67 2.05 -
YUV 88.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 183 53 21 0 0.71 0.89 0.28 11.85 0.79 0.4
Hex B7 35 15 0 47 59 1C C 4F 28
Octal 267 65 25 0 107 131 34 14 117 50
Binary 10110111 110101 10101 0 1000111 1011001 11100 1100 1001111 101000

Color Harmonies of #B73515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73515

Black with #B73515

Text Example


Text Example

White with #B73515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73515; }

 p { color: rgb(183,53,21); }

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

background-color css

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

 a { background-color: rgb(183,53,21); }

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

border-color css

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

 span { border-color: rgb(183,53,21); }

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