Html Css Color HEX #BA340F Rust

📋 copy color: '#BA340F'

red 186 ◦ green 52 ◦ blue 15

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

Shades of Rust #BA340F

Tints of Rust #BA340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 73.52%
G = 20.55%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA340F (or 0xBA340F) is known color: Rust. HEX triplet: BA, 34 and 0F. RGB value is (186,52,15). Sum of RGB (Red+Green+Blue) = 186+52+15=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA340F is #45CBF0. Grayscale: #585858. Windows color (decimal): -4574193 or 996538. OLE color: 996538.

HSL color Cylindrical-coordinate representation of color #BA340F: hue angle of 12.98º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA340F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 15 -
CMYK 0 0.72 0.92 0.27
HSL 12.98º 0.85% 0.39% -
HSV(B) 12.98º 0.92% 0.73% -
XYZ 21.56 12.93 1.81 -
YUV 87.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 186 52 15 0 0.72 0.92 0.27 12.98 0.85 0.39
Hex BA 34 F 0 48 5C 1B D 55 27
Octal 272 64 17 0 110 134 33 15 125 47
Binary 10111010 110100 1111 0 1001000 1011100 11011 1101 1010101 100111

Color Harmonies of #BA340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA340F

Black with #BA340F

Text Example


Text Example

White with #BA340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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