Html Css Color HEX #BA420A Rust

📋 copy color: '#BA420A'

red 186 ◦ green 66 ◦ blue 10

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

Shades of Rust #BA420A

Tints of Rust #BA420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 70.99%
G = 25.19%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA420A (or 0xBA420A) is known color: Rust. HEX triplet: BA, 42 and 0A. RGB value is (186,66,10). Sum of RGB (Red+Green+Blue) = 186+66+10=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420A is #45BDF5. Grayscale: #5F5F5F. Windows color (decimal): -4570614 or 672442. OLE color: 672442.

HSL color Cylindrical-coordinate representation of color #BA420A: hue angle of 19.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA420A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 10 -
CMYK 0 0.65 0.95 0.27
HSL 19.09º 0.9% 0.38% -
HSV(B) 19.09º 0.95% 0.73% -
XYZ 22.25 14.36 1.89 -
YUV 95.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 186 66 10 0 0.65 0.95 0.27 19.09 0.9 0.38
Hex BA 42 A 0 41 5F 1B 13 5A 26
Octal 272 102 12 0 101 137 33 23 132 46
Binary 10111010 1000010 1010 0 1000001 1011111 11011 10011 1011010 100110

Color Harmonies of #BA420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA420A

Black with #BA420A

Text Example


Text Example

White with #BA420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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