Html Css Color HEX #BA3E00 Rust

📋 copy color: '#BA3E00'

red 186 ◦ green 62 ◦ blue 0

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

Shades of Rust #BA3E00

Tints of Rust #BA3E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3E00 (or 0xBA3E00) is known color: Rust. HEX triplet: BA, 3E and 00. RGB value is (186,62,0). Sum of RGB (Red+Green+Blue) = 186+62+0=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E00 is #45C1FF. Grayscale: #5C5C5C. Windows color (decimal): -4571648 or 16058. OLE color: 16058.

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

Color convert

RGB 186 62 0 -
CMYK 0 0.67 1 0.27
HSL 20º 1% 0.36% -
HSV(B) 20º 1% 0.73% -
XYZ 21.97 13.88 1.52 -
YUV 92.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 186 62 0 0 0.67 1 0.27 20 1 0.36
Hex BA 3E 0 0 43 64 1B 14 64 24
Octal 272 76 0 0 103 144 33 24 144 44
Binary 10111010 111110 0 0 1000011 1100100 11011 10100 1100100 100100

Color Harmonies of #BA3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E00

Black with #BA3E00

Text Example


Text Example

White with #BA3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E00; }

 p { color: rgb(186,62,0); }

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

background-color css

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

 a { background-color: rgb(186,62,0); }

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

border-color css

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

 span { border-color: rgb(186,62,0); }

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