Html Css Color HEX #BA4B1A Rust

📋 copy color: '#BA4B1A'

red 186 ◦ green 75 ◦ blue 26

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

Shades of Rust #BA4B1A

Tints of Rust #BA4B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 64.81%
G = 26.13%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA4B1A (or 0xBA4B1A) is known color: Rust. HEX triplet: BA, 4B and 1A. RGB value is (186,75,26). Sum of RGB (Red+Green+Blue) = 186+75+26=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B1A is #45B4E5. Grayscale: #666666. Windows color (decimal): -4568294 or 1723322. OLE color: 1723322.

HSL color Cylindrical-coordinate representation of color #BA4B1A: hue angle of 18.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA4B1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 26 -
CMYK 0 0.60 0.86 0.27
HSL 18.38º 0.75% 0.42% -
HSV(B) 18.38º 0.86% 0.73% -
XYZ 22.95 15.55 2.77 -
YUV 102.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 186 75 26 0 0.60 0.86 0.27 18.38 0.75 0.42
Hex BA 4B 1A 0 3C 56 1B 12 4B 2A
Octal 272 113 32 0 74 126 33 22 113 52
Binary 10111010 1001011 11010 0 111100 1010110 11011 10010 1001011 101010

Color Harmonies of #BA4B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B1A

Black with #BA4B1A

Text Example


Text Example

White with #BA4B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B1A; }

 p { color: rgb(186,75,26); }

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

background-color css

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

 a { background-color: rgb(186,75,26); }

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

border-color css

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

 span { border-color: rgb(186,75,26); }

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