Html Css Color HEX #B73313 Rust

📋 copy color: '#B73313'

red 183 ◦ green 51 ◦ blue 19

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

Shades of Rust #B73313

Tints of Rust #B73313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 72.33%
G = 20.16%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73313 (or 0xB73313) is known color: Rust. HEX triplet: B7, 33 and 13. RGB value is (183,51,19). Sum of RGB (Red+Green+Blue) = 183+51+19=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B73313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73313 is #48CCEC. Grayscale: #575757. Windows color (decimal): -4771053 or 1258423. OLE color: 1258423.

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

Color convert

RGB 183 51 19 -
CMYK 0 0.72 0.90 0.28
HSL 11.71º 0.81% 0.4% -
HSV(B) 11.71º 0.9% 0.72% -
XYZ 20.83 12.48 1.93 -
YUV 86.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 183 51 19 0 0.72 0.90 0.28 11.71 0.81 0.4
Hex B7 33 13 0 48 5A 1C C 51 28
Octal 267 63 23 0 110 132 34 14 121 50
Binary 10110111 110011 10011 0 1001000 1011010 11100 1100 1010001 101000

Color Harmonies of #B73313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73313

Black with #B73313

Text Example


Text Example

White with #B73313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73313; }

 p { color: rgb(183,51,19); }

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

background-color css

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

 a { background-color: rgb(183,51,19); }

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

border-color css

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

 span { border-color: rgb(183,51,19); }

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