Html Css Color HEX #BA3407 Rust

📋 copy color: '#BA3407'

red 186 ◦ green 52 ◦ blue 7

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

Shades of Rust #BA3407

Tints of Rust #BA3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 75.92%
G = 21.22%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA3407 (or 0xBA3407) is known color: Rust. HEX triplet: BA, 34 and 07. RGB value is (186,52,7). Sum of RGB (Red+Green+Blue) = 186+52+7=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3407 is #45CBF8. Grayscale: #575757. Windows color (decimal): -4574201 or 472250. OLE color: 472250.

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

Color convert

RGB 186 52 7 -
CMYK 0 0.72 0.96 0.27
HSL 15.08º 0.93% 0.38% -
HSV(B) 15.08º 0.96% 0.73% -
XYZ 21.52 12.91 1.56 -
YUV 86.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 186 52 7 0 0.72 0.96 0.27 15.08 0.93 0.38
Hex BA 34 7 0 48 60 1B F 5D 26
Octal 272 64 7 0 110 140 33 17 135 46
Binary 10111010 110100 111 0 1001000 1100000 11011 1111 1011101 100110

Color Harmonies of #BA3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3407

Black with #BA3407

Text Example


Text Example

White with #BA3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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