Html Css Color HEX #BA3610 Rust

📋 copy color: '#BA3610'

red 186 ◦ green 54 ◦ blue 16

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

Shades of Rust #BA3610

Tints of Rust #BA3610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 72.66%
G = 21.09%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3610 (or 0xBA3610) is known color: Rust. HEX triplet: BA, 36 and 10. RGB value is (186,54,16). Sum of RGB (Red+Green+Blue) = 186+54+16=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3610 is #45C9EF. Grayscale: #595959. Windows color (decimal): -4573680 or 1062586. OLE color: 1062586.

HSL color Cylindrical-coordinate representation of color #BA3610: hue angle of 13.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3610 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 16 -
CMYK 0 0.71 0.91 0.27
HSL 13.41º 0.84% 0.4% -
HSV(B) 13.41º 0.91% 0.73% -
XYZ 21.66 13.11 1.88 -
YUV 89.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 186 54 16 0 0.71 0.91 0.27 13.41 0.84 0.4
Hex BA 36 10 0 47 5B 1B D 54 28
Octal 272 66 20 0 107 133 33 15 124 50
Binary 10111010 110110 10000 0 1000111 1011011 11011 1101 1010100 101000

Color Harmonies of #BA3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3610

Black with #BA3610

Text Example


Text Example

White with #BA3610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3610; }

 p { color: rgb(186,54,16); }

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

background-color css

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

 a { background-color: rgb(186,54,16); }

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

border-color css

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

 span { border-color: rgb(186,54,16); }

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