Html Css Color HEX #B45513 Rust

📋 copy color: '#B45513'

red 180 ◦ green 85 ◦ blue 19

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

Shades of Rust #B45513

Tints of Rust #B45513

RGB

 RED value IS 180 (70.7% from 255) = 63.38%

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 63.38%
G = 29.93%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45513 (or 0xB45513) is known color: Rust. HEX triplet: B4, 55 and 13. RGB value is (180,85,19). Sum of RGB (Red+Green+Blue) = 180+85+19=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45513 is #4BAAEC. Grayscale: #6A6A6A. Windows color (decimal): -4958957 or 1267124. OLE color: 1267124.

HSL color Cylindrical-coordinate representation of color #B45513: hue angle of 24.6º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B45513 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 19 -
CMYK 0 0.53 0.89 0.29
HSL 24.6º 0.81% 0.39% -
HSV(B) 24.6º 0.89% 0.71% -
XYZ 22.19 16.25 2.58 -
YUV 105.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 180 85 19 0 0.53 0.89 0.29 24.6 0.81 0.39
Hex B4 55 13 0 35 59 1D 19 51 27
Octal 264 125 23 0 65 131 35 31 121 47
Binary 10110100 1010101 10011 0 110101 1011001 11101 11001 1010001 100111

Color Harmonies of #B45513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45513

Black with #B45513

Text Example


Text Example

White with #B45513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45513; }

 p { color: rgb(180,85,19); }

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

background-color css

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

 a { background-color: rgb(180,85,19); }

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

border-color css

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

 span { border-color: rgb(180,85,19); }

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