Html Css Color HEX #BA3B04 Rust

📋 copy color: '#BA3B04'

red 186 ◦ green 59 ◦ blue 4

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

Shades of Rust #BA3B04

Tints of Rust #BA3B04

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 74.7%
G = 23.69%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3B04 (or 0xBA3B04) is known color: Rust. HEX triplet: BA, 3B and 04. RGB value is (186,59,4). Sum of RGB (Red+Green+Blue) = 186+59+4=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B04 is #45C4FB. Grayscale: #5B5B5B. Windows color (decimal): -4572412 or 277434. OLE color: 277434.

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

Color convert

RGB 186 59 4 -
CMYK 0 0.68 0.98 0.27
HSL 18.13º 0.96% 0.37% -
HSV(B) 18.13º 0.98% 0.73% -
XYZ 21.84 13.58 1.58 -
YUV 90.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 186 59 4 0 0.68 0.98 0.27 18.13 0.96 0.37
Hex BA 3B 4 0 44 62 1B 12 60 25
Octal 272 73 4 0 104 142 33 22 140 45
Binary 10111010 111011 100 0 1000100 1100010 11011 10010 1100000 100101

Color Harmonies of #BA3B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B04

Black with #BA3B04

Text Example


Text Example

White with #BA3B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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