Html Css Color HEX #BA3005 Rust

📋 copy color: '#BA3005'

red 186 ◦ green 48 ◦ blue 5

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

Shades of Rust #BA3005

Tints of Rust #BA3005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 77.82%
G = 20.08%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3005 (or 0xBA3005) is known color: Rust. HEX triplet: BA, 30 and 05. RGB value is (186,48,5). Sum of RGB (Red+Green+Blue) = 186+48+5=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3005 is #45CFFA. Grayscale: #545454. Windows color (decimal): -4575227 or 340154. OLE color: 340154.

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

Color convert

RGB 186 48 5 -
CMYK 0 0.74 0.97 0.27
HSL 14.25º 0.95% 0.37% -
HSV(B) 14.25º 0.97% 0.73% -
XYZ 21.33 12.56 1.44 -
YUV 84.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 186 48 5 0 0.74 0.97 0.27 14.25 0.95 0.37
Hex BA 30 5 0 4A 61 1B E 5F 25
Octal 272 60 5 0 112 141 33 16 137 45
Binary 10111010 110000 101 0 1001010 1100001 11011 1110 1011111 100101

Color Harmonies of #BA3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3005

Black with #BA3005

Text Example


Text Example

White with #BA3005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3005; }

 p { color: rgb(186,48,5); }

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

background-color css

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

 a { background-color: rgb(186,48,5); }

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

border-color css

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

 span { border-color: rgb(186,48,5); }

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