Html Css Color HEX #BA3E0D Rust

📋 copy color: '#BA3E0D'

red 186 ◦ green 62 ◦ blue 13

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

Shades of Rust #BA3E0D

Tints of Rust #BA3E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 71.26%
G = 23.75%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA3E0D (or 0xBA3E0D) is known color: Rust. HEX triplet: BA, 3E and 0D. RGB value is (186,62,13). Sum of RGB (Red+Green+Blue) = 186+62+13=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E0D is #45C1F2. Grayscale: #5D5D5D. Windows color (decimal): -4571635 or 868026. OLE color: 868026.

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

Color convert

RGB 186 62 13 -
CMYK 0 0.67 0.93 0.27
HSL 16.99º 0.87% 0.39% -
HSV(B) 16.99º 0.93% 0.73% -
XYZ 22.04 13.91 1.9 -
YUV 93.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 186 62 13 0 0.67 0.93 0.27 16.99 0.87 0.39
Hex BA 3E D 0 43 5D 1B 11 57 27
Octal 272 76 15 0 103 135 33 21 127 47
Binary 10111010 111110 1101 0 1000011 1011101 11011 10001 1010111 100111

Color Harmonies of #BA3E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E0D

Black with #BA3E0D

Text Example


Text Example

White with #BA3E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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