Html Css Color HEX #BA3D01 Rust

📋 copy color: '#BA3D01'

red 186 ◦ green 61 ◦ blue 1

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

Shades of Rust #BA3D01

Tints of Rust #BA3D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 75%
G = 24.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3D01 (or 0xBA3D01) is known color: Rust. HEX triplet: BA, 3D and 01. RGB value is (186,61,1). Sum of RGB (Red+Green+Blue) = 186+61+1=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D01 is #45C2FE. Grayscale: #5B5B5B. Windows color (decimal): -4571903 or 81338. OLE color: 81338.

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

Color convert

RGB 186 61 1 -
CMYK 0 0.67 0.99 0.27
HSL 19.46º 0.99% 0.37% -
HSV(B) 19.46º 0.99% 0.73% -
XYZ 21.92 13.78 1.53 -
YUV 91.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 186 61 1 0 0.67 0.99 0.27 19.46 0.99 0.37
Hex BA 3D 1 0 43 63 1B 13 63 25
Octal 272 75 1 0 103 143 33 23 143 45
Binary 10111010 111101 1 0 1000011 1100011 11011 10011 1100011 100101

Color Harmonies of #BA3D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D01

Black with #BA3D01

Text Example


Text Example

White with #BA3D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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