Html Css Color HEX #B73815 Rust

📋 copy color: '#B73815'

red 183 ◦ green 56 ◦ blue 21

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

Shades of Rust #B73815

Tints of Rust #B73815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 70.38%
G = 21.54%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73815 (or 0xB73815) is known color: Rust. HEX triplet: B7, 38 and 15. RGB value is (183,56,21). Sum of RGB (Red+Green+Blue) = 183+56+21=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B73815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73815 is #48C7EA. Grayscale: #5A5A5A. Windows color (decimal): -4769771 or 1390775. OLE color: 1390775.

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

Color convert

RGB 183 56 21 -
CMYK 0 0.69 0.89 0.28
HSL 12.96º 0.79% 0.4% -
HSV(B) 12.96º 0.89% 0.72% -
XYZ 21.08 12.95 2.1 -
YUV 89.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 183 56 21 0 0.69 0.89 0.28 12.96 0.79 0.4
Hex B7 38 15 0 45 59 1C D 4F 28
Octal 267 70 25 0 105 131 34 15 117 50
Binary 10110111 111000 10101 0 1000101 1011001 11100 1101 1001111 101000

Color Harmonies of #B73815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73815

Black with #B73815

Text Example


Text Example

White with #B73815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73815; }

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

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

background-color css

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

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

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

border-color css

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

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

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