Html Css Color HEX #BA4319 Rust

📋 copy color: '#BA4319'

red 186 ◦ green 67 ◦ blue 25

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

Shades of Rust #BA4319

Tints of Rust #BA4319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 66.91%
G = 24.1%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4319 (or 0xBA4319) is known color: Rust. HEX triplet: BA, 43 and 19. RGB value is (186,67,25). Sum of RGB (Red+Green+Blue) = 186+67+25=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4319 is #45BCE6. Grayscale: #626262. Windows color (decimal): -4570343 or 1655738. OLE color: 1655738.

HSL color Cylindrical-coordinate representation of color #BA4319: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA4319 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 25 -
CMYK 0 0.64 0.87 0.27
HSL 15.65º 0.76% 0.41% -
HSV(B) 15.65º 0.87% 0.73% -
XYZ 22.43 14.52 2.54 -
YUV 97.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 186 67 25 0 0.64 0.87 0.27 15.65 0.76 0.41
Hex BA 43 19 0 40 57 1B 10 4C 29
Octal 272 103 31 0 100 127 33 20 114 51
Binary 10111010 1000011 11001 0 1000000 1010111 11011 10000 1001100 101001

Color Harmonies of #BA4319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4319

Black with #BA4319

Text Example


Text Example

White with #BA4319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4319; }

 p { color: rgb(186,67,25); }

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

background-color css

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

 a { background-color: rgb(186,67,25); }

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

border-color css

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

 span { border-color: rgb(186,67,25); }

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