Html Css Color HEX #B45013 Rust

📋 copy color: '#B45013'

red 180 ◦ green 80 ◦ blue 19

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

Shades of Rust #B45013

Tints of Rust #B45013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 64.52%
G = 28.67%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45013 (or 0xB45013) is known color: Rust. HEX triplet: B4, 50 and 13. RGB value is (180,80,19). Sum of RGB (Red+Green+Blue) = 180+80+19=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B45013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45013 is #4BAFEC. Grayscale: #676767. Windows color (decimal): -4960237 or 1265844. OLE color: 1265844.

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

Color convert

RGB 180 80 19 -
CMYK 0 0.56 0.89 0.29
HSL 22.73º 0.81% 0.39% -
HSV(B) 22.73º 0.89% 0.71% -
XYZ 21.81 15.49 2.46 -
YUV 102.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 180 80 19 0 0.56 0.89 0.29 22.73 0.81 0.39
Hex B4 50 13 0 38 59 1D 17 51 27
Octal 264 120 23 0 70 131 35 27 121 47
Binary 10110100 1010000 10011 0 111000 1011001 11101 10111 1010001 100111

Color Harmonies of #B45013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45013

Black with #B45013

Text Example


Text Example

White with #B45013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45013; }

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

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

background-color css

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

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

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

border-color css

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

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

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