Html Css Color HEX #BA3D04 Rust

📋 copy color: '#BA3D04'

red 186 ◦ green 61 ◦ blue 4

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

Shades of Rust #BA3D04

Tints of Rust #BA3D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

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

R = 74.1%
G = 24.3%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3D04 (or 0xBA3D04) is known color: Rust. HEX triplet: BA, 3D and 04. RGB value is (186,61,4). Sum of RGB (Red+Green+Blue) = 186+61+4=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D04 is #45C2FB. Grayscale: #5C5C5C. Windows color (decimal): -4571900 or 277946. OLE color: 277946.

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

Color convert

RGB 186 61 4 -
CMYK 0 0.67 0.98 0.27
HSL 18.79º 0.96% 0.37% -
HSV(B) 18.79º 0.98% 0.73% -
XYZ 21.94 13.79 1.62 -
YUV 91.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 186 61 4 0 0.67 0.98 0.27 18.79 0.96 0.37
Hex BA 3D 4 0 43 62 1B 13 60 25
Octal 272 75 4 0 103 142 33 23 140 45
Binary 10111010 111101 100 0 1000011 1100010 11011 10011 1100000 100101

Color Harmonies of #BA3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D04

Black with #BA3D04

Text Example


Text Example

White with #BA3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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