Html Css Color HEX #BA4007 Rust

📋 copy color: '#BA4007'

red 186 ◦ green 64 ◦ blue 7

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

Shades of Rust #BA4007

Tints of Rust #BA4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 72.37%
G = 24.9%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4007 (or 0xBA4007) is known color: Rust. HEX triplet: BA, 40 and 07. RGB value is (186,64,7). Sum of RGB (Red+Green+Blue) = 186+64+7=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4007 is #45BFF8. Grayscale: #5E5E5E. Windows color (decimal): -4571129 or 475322. OLE color: 475322.

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

Color convert

RGB 186 64 7 -
CMYK 0 0.66 0.96 0.27
HSL 19.11º 0.93% 0.38% -
HSV(B) 19.11º 0.96% 0.73% -
XYZ 22.12 14.12 1.76 -
YUV 93.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 186 64 7 0 0.66 0.96 0.27 19.11 0.93 0.38
Hex BA 40 7 0 42 60 1B 13 5D 26
Octal 272 100 7 0 102 140 33 23 135 46
Binary 10111010 1000000 111 0 1000010 1100000 11011 10011 1011101 100110

Color Harmonies of #BA4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4007

Black with #BA4007

Text Example


Text Example

White with #BA4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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