Html Css Color HEX #BA4620 Rust

📋 copy color: '#BA4620'

red 186 ◦ green 70 ◦ blue 32

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

Shades of Rust #BA4620

Tints of Rust #BA4620

RGB

 RED value IS 186 (73.05% from 255) = 64.58%

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 64.58%
G = 24.31%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA4620 (or 0xBA4620) is known color: Rust. HEX triplet: BA, 46 and 20. RGB value is (186,70,32). Sum of RGB (Red+Green+Blue) = 186+70+32=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4620 is #45B9DF. Grayscale: #646464. Windows color (decimal): -4569568 or 2115258. OLE color: 2115258.

HSL color Cylindrical-coordinate representation of color #BA4620: hue angle of 14.81º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA4620 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 32 -
CMYK 0 0.62 0.83 0.27
HSL 14.81º 0.71% 0.43% -
HSV(B) 14.81º 0.83% 0.73% -
XYZ 22.7 14.92 3.05 -
YUV 100.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 186 70 32 0 0.62 0.83 0.27 14.81 0.71 0.43
Hex BA 46 20 0 3E 53 1B F 47 2B
Octal 272 106 40 0 76 123 33 17 107 53
Binary 10111010 1000110 100000 0 111110 1010011 11011 1111 1000111 101011

Color Harmonies of #BA4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4620

Black with #BA4620

Text Example


Text Example

White with #BA4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4620; }

 p { color: rgb(186,70,32); }

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

background-color css

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

 a { background-color: rgb(186,70,32); }

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

border-color css

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

 span { border-color: rgb(186,70,32); }

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