Html Css Color HEX #B45314 Rust

📋 copy color: '#B45314'

red 180 ◦ green 83 ◦ blue 20

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

Shades of Rust #B45314

Tints of Rust #B45314

RGB

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

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

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

R = 63.6%
G = 29.33%
B = 7.07%

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

#B45314 (or 0xB45314) is known color: Rust. HEX triplet: B4, 53 and 14. RGB value is (180,83,20). Sum of RGB (Red+Green+Blue) = 180+83+20=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45314 is #4BACEB. Grayscale: #696969. Windows color (decimal): -4959468 or 1332148. OLE color: 1332148.

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

Color convert

RGB 180 83 20 -
CMYK 0 0.54 0.89 0.29
HSL 23.63º 0.8% 0.39% -
HSV(B) 23.63º 0.89% 0.71% -
XYZ 22.04 15.94 2.58 -
YUV 104.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 180 83 20 0 0.54 0.89 0.29 23.63 0.8 0.39
Hex B4 53 14 0 36 59 1D 18 50 27
Octal 264 123 24 0 66 131 35 30 120 47
Binary 10110100 1010011 10100 0 110110 1011001 11101 11000 1010000 100111

Color Harmonies of #B45314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45314

Black with #B45314

Text Example


Text Example

White with #B45314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45314; }

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

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

background-color css

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

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

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

border-color css

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

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

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