Html Css Color HEX #B74513 Rust

📋 copy color: '#B74513'

red 183 ◦ green 69 ◦ blue 19

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

Shades of Rust #B74513

Tints of Rust #B74513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 67.53%
G = 25.46%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74513 (or 0xB74513) is known color: Rust. HEX triplet: B7, 45 and 13. RGB value is (183,69,19). Sum of RGB (Red+Green+Blue) = 183+69+19=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74513 is #48BAEC. Grayscale: #616161. Windows color (decimal): -4766445 or 1263031. OLE color: 1263031.

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

Color convert

RGB 183 69 19 -
CMYK 0 0.62 0.90 0.28
HSL 18.29º 0.81% 0.4% -
HSV(B) 18.29º 0.9% 0.72% -
XYZ 21.77 14.37 2.24 -
YUV 97.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 183 69 19 0 0.62 0.90 0.28 18.29 0.81 0.4
Hex B7 45 13 0 3E 5A 1C 12 51 28
Octal 267 105 23 0 76 132 34 22 121 50
Binary 10110111 1000101 10011 0 111110 1011010 11100 10010 1010001 101000

Color Harmonies of #B74513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74513

Black with #B74513

Text Example


Text Example

White with #B74513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74513; }

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

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

background-color css

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

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

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

border-color css

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

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

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