Html Css Color HEX #BA350D Rust

📋 copy color: '#BA350D'

red 186 ◦ green 53 ◦ blue 13

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

Shades of Rust #BA350D

Tints of Rust #BA350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 73.81%
G = 21.03%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA350D (or 0xBA350D) is known color: Rust. HEX triplet: BA, 35 and 0D. RGB value is (186,53,13). Sum of RGB (Red+Green+Blue) = 186+53+13=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA350D is #45CAF2. Grayscale: #585858. Windows color (decimal): -4573939 or 865722. OLE color: 865722.

HSL color Cylindrical-coordinate representation of color #BA350D: hue angle of 13.87º 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 #BA350D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 13 -
CMYK 0 0.72 0.93 0.27
HSL 13.87º 0.87% 0.39% -
HSV(B) 13.87º 0.93% 0.73% -
XYZ 21.6 13.01 1.75 -
YUV 88.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 186 53 13 0 0.72 0.93 0.27 13.87 0.87 0.39
Hex BA 35 D 0 48 5D 1B E 57 27
Octal 272 65 15 0 110 135 33 16 127 47
Binary 10111010 110101 1101 0 1001000 1011101 11011 1110 1010111 100111

Color Harmonies of #BA350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA350D

Black with #BA350D

Text Example


Text Example

White with #BA350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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