Html Css Color HEX #BA340A Rust

📋 copy color: '#BA340A'

red 186 ◦ green 52 ◦ blue 10

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

Shades of Rust #BA340A

Tints of Rust #BA340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 75%
G = 20.97%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA340A (or 0xBA340A) is known color: Rust. HEX triplet: BA, 34 and 0A. RGB value is (186,52,10). Sum of RGB (Red+Green+Blue) = 186+52+10=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA340A is #45CBF5. Grayscale: #575757. Windows color (decimal): -4574198 or 668858. OLE color: 668858.

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

Color convert

RGB 186 52 10 -
CMYK 0 0.72 0.95 0.27
HSL 14.32º 0.9% 0.38% -
HSV(B) 14.32º 0.95% 0.73% -
XYZ 21.53 12.92 1.65 -
YUV 87.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 186 52 10 0 0.72 0.95 0.27 14.32 0.9 0.38
Hex BA 34 A 0 48 5F 1B E 5A 26
Octal 272 64 12 0 110 137 33 16 132 46
Binary 10111010 110100 1010 0 1001000 1011111 11011 1110 1011010 100110

Color Harmonies of #BA340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA340A

Black with #BA340A

Text Example


Text Example

White with #BA340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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