Html Css Color HEX #BA3E0B Rust

📋 copy color: '#BA3E0B'

red 186 ◦ green 62 ◦ blue 11

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

Shades of Rust #BA3E0B

Tints of Rust #BA3E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 71.81%
G = 23.94%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA3E0B (or 0xBA3E0B) is known color: Rust. HEX triplet: BA, 3E and 0B. RGB value is (186,62,11). Sum of RGB (Red+Green+Blue) = 186+62+11=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E0B is #45C1F4. Grayscale: #5D5D5D. Windows color (decimal): -4571637 or 736954. OLE color: 736954.

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

Color convert

RGB 186 62 11 -
CMYK 0 0.67 0.94 0.27
HSL 17.49º 0.89% 0.39% -
HSV(B) 17.49º 0.94% 0.73% -
XYZ 22.03 13.91 1.84 -
YUV 93.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 186 62 11 0 0.67 0.94 0.27 17.49 0.89 0.39
Hex BA 3E B 0 43 5E 1B 11 59 27
Octal 272 76 13 0 103 136 33 21 131 47
Binary 10111010 111110 1011 0 1000011 1011110 11011 10001 1011001 100111

Color Harmonies of #BA3E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E0B

Black with #BA3E0B

Text Example


Text Example

White with #BA3E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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