Html Css Color HEX #B45514 Rust

📋 copy color: '#B45514'

red 180 ◦ green 85 ◦ blue 20

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

Shades of Rust #B45514

Tints of Rust #B45514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 63.16%
G = 29.82%
B = 7.02%

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

#B45514 (or 0xB45514) is known color: Rust. HEX triplet: B4, 55 and 14. RGB value is (180,85,20). Sum of RGB (Red+Green+Blue) = 180+85+20=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B45514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45514 is #4BAAEB. Grayscale: #6A6A6A. Windows color (decimal): -4958956 or 1332660. OLE color: 1332660.

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

Color convert

RGB 180 85 20 -
CMYK 0 0.53 0.89 0.29
HSL 24.38º 0.8% 0.39% -
HSV(B) 24.38º 0.89% 0.71% -
XYZ 22.2 16.25 2.63 -
YUV 106 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 180 85 20 0 0.53 0.89 0.29 24.38 0.8 0.39
Hex B4 55 14 0 35 59 1D 18 50 27
Octal 264 125 24 0 65 131 35 30 120 47
Binary 10110100 1010101 10100 0 110101 1011001 11101 11000 1010000 100111

Color Harmonies of #B45514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45514

Black with #B45514

Text Example


Text Example

White with #B45514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45514; }

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

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

background-color css

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

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

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

border-color css

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

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

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