Html Css Color HEX #B45813 Rust

📋 copy color: '#B45813'

red 180 ◦ green 88 ◦ blue 19

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

Shades of Rust #B45813

Tints of Rust #B45813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 62.72%
G = 30.66%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45813 (or 0xB45813) is known color: Rust. HEX triplet: B4, 58 and 13. RGB value is (180,88,19). Sum of RGB (Red+Green+Blue) = 180+88+19=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45813 is #4BA7EC. Grayscale: #6C6C6C. Windows color (decimal): -4958189 or 1267892. OLE color: 1267892.

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

Color convert

RGB 180 88 19 -
CMYK 0 0.51 0.89 0.29
HSL 25.71º 0.81% 0.39% -
HSV(B) 25.71º 0.89% 0.71% -
XYZ 22.43 16.73 2.66 -
YUV 107.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 180 88 19 0 0.51 0.89 0.29 25.71 0.81 0.39
Hex B4 58 13 0 33 59 1D 1A 51 27
Octal 264 130 23 0 63 131 35 32 121 47
Binary 10110100 1011000 10011 0 110011 1011001 11101 11010 1010001 100111

Color Harmonies of #B45813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45813

Black with #B45813

Text Example


Text Example

White with #B45813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45813; }

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

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

background-color css

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

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

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

border-color css

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

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

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