Html Css Color HEX #BA3704 Rust

📋 copy color: '#BA3704'

red 186 ◦ green 55 ◦ blue 4

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

Shades of Rust #BA3704

Tints of Rust #BA3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 75.92%
G = 22.45%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3704 (or 0xBA3704) is known color: Rust. HEX triplet: BA, 37 and 04. RGB value is (186,55,4). Sum of RGB (Red+Green+Blue) = 186+55+4=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3704 is #45C8FB. Grayscale: #585858. Windows color (decimal): -4573436 or 276410. OLE color: 276410.

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

Color convert

RGB 186 55 4 -
CMYK 0 0.70 0.98 0.27
HSL 16.81º 0.96% 0.37% -
HSV(B) 16.81º 0.98% 0.73% -
XYZ 21.64 13.18 1.52 -
YUV 88.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 186 55 4 0 0.70 0.98 0.27 16.81 0.96 0.37
Hex BA 37 4 0 46 62 1B 11 60 25
Octal 272 67 4 0 106 142 33 21 140 45
Binary 10111010 110111 100 0 1000110 1100010 11011 10001 1100000 100101

Color Harmonies of #BA3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3704

Black with #BA3704

Text Example


Text Example

White with #BA3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3704; }

 p { color: rgb(186,55,4); }

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

background-color css

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

 a { background-color: rgb(186,55,4); }

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

border-color css

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

 span { border-color: rgb(186,55,4); }

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