Html Css Color HEX #BA4419 Rust

📋 copy color: '#BA4419'

red 186 ◦ green 68 ◦ blue 25

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

Shades of Rust #BA4419

Tints of Rust #BA4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 66.67%
G = 24.37%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4419 (or 0xBA4419) is known color: Rust. HEX triplet: BA, 44 and 19. RGB value is (186,68,25). Sum of RGB (Red+Green+Blue) = 186+68+25=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4419 is #45BBE6. Grayscale: #626262. Windows color (decimal): -4570087 or 1655994. OLE color: 1655994.

HSL color Cylindrical-coordinate representation of color #BA4419: hue angle of 16.02º 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 #BA4419 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 25 -
CMYK 0 0.63 0.87 0.27
HSL 16.02º 0.76% 0.41% -
HSV(B) 16.02º 0.87% 0.73% -
XYZ 22.49 14.64 2.56 -
YUV 98.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 186 68 25 0 0.63 0.87 0.27 16.02 0.76 0.41
Hex BA 44 19 0 3F 57 1B 10 4C 29
Octal 272 104 31 0 77 127 33 20 114 51
Binary 10111010 1000100 11001 0 111111 1010111 11011 10000 1001100 101001

Color Harmonies of #BA4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4419

Black with #BA4419

Text Example


Text Example

White with #BA4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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