Html Css Color HEX #BA421A Rust

📋 copy color: '#BA421A'

red 186 ◦ green 66 ◦ blue 26

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

Shades of Rust #BA421A

Tints of Rust #BA421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 66.91%
G = 23.74%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA421A (or 0xBA421A) is known color: Rust. HEX triplet: BA, 42 and 1A. RGB value is (186,66,26). Sum of RGB (Red+Green+Blue) = 186+66+26=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421A is #45BDE5. Grayscale: #616161. Windows color (decimal): -4570598 or 1721018. OLE color: 1721018.

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

Color convert

RGB 186 66 26 -
CMYK 0 0.65 0.86 0.27
HSL 15º 0.75% 0.42% -
HSV(B) 15º 0.86% 0.73% -
XYZ 22.38 14.41 2.58 -
YUV 97.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 186 66 26 0 0.65 0.86 0.27 15 0.75 0.42
Hex BA 42 1A 0 41 56 1B F 4B 2A
Octal 272 102 32 0 101 126 33 17 113 52
Binary 10111010 1000010 11010 0 1000001 1010110 11011 1111 1001011 101010

Color Harmonies of #BA421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA421A

Black with #BA421A

Text Example


Text Example

White with #BA421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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