Html Css Color HEX #BA350B Rust

📋 copy color: '#BA350B'

red 186 ◦ green 53 ◦ blue 11

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

Shades of Rust #BA350B

Tints of Rust #BA350B

RGB

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

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

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

R = 74.4%
G = 21.2%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA350B (or 0xBA350B) is known color: Rust. HEX triplet: BA, 35 and 0B. RGB value is (186,53,11). Sum of RGB (Red+Green+Blue) = 186+53+11=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA350B is #45CAF4. Grayscale: #585858. Windows color (decimal): -4573941 or 734650. OLE color: 734650.

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

Color convert

RGB 186 53 11 -
CMYK 0 0.72 0.94 0.27
HSL 14.4º 0.89% 0.39% -
HSV(B) 14.4º 0.94% 0.73% -
XYZ 21.58 13.01 1.69 -
YUV 87.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 186 53 11 0 0.72 0.94 0.27 14.4 0.89 0.39
Hex BA 35 B 0 48 5E 1B E 59 27
Octal 272 65 13 0 110 136 33 16 131 47
Binary 10111010 110101 1011 0 1001000 1011110 11011 1110 1011001 100111

Color Harmonies of #BA350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA350B

Black with #BA350B

Text Example


Text Example

White with #BA350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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