Html Css Color HEX #B45313 Rust

📋 copy color: '#B45313'

red 180 ◦ green 83 ◦ blue 19

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

Shades of Rust #B45313

Tints of Rust #B45313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 63.83%
G = 29.43%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45313 (or 0xB45313) is known color: Rust. HEX triplet: B4, 53 and 13. RGB value is (180,83,19). Sum of RGB (Red+Green+Blue) = 180+83+19=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45313 is #4BACEC. Grayscale: #696969. Windows color (decimal): -4959469 or 1266612. OLE color: 1266612.

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

Color convert

RGB 180 83 19 -
CMYK 0 0.54 0.89 0.29
HSL 23.85º 0.81% 0.39% -
HSV(B) 23.85º 0.89% 0.71% -
XYZ 22.03 15.94 2.53 -
YUV 104.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 180 83 19 0 0.54 0.89 0.29 23.85 0.81 0.39
Hex B4 53 13 0 36 59 1D 18 51 27
Octal 264 123 23 0 66 131 35 30 121 47
Binary 10110100 1010011 10011 0 110110 1011001 11101 11000 1010001 100111

Color Harmonies of #B45313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45313

Black with #B45313

Text Example


Text Example

White with #B45313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45313; }

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

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

background-color css

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

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

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

border-color css

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

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

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