Html Css Color HEX #BA4B13 Rust

📋 copy color: '#BA4B13'

red 186 ◦ green 75 ◦ blue 19

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

Shades of Rust #BA4B13

Tints of Rust #BA4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 66.43%
G = 26.79%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA4B13 (or 0xBA4B13) is known color: Rust. HEX triplet: BA, 4B and 13. RGB value is (186,75,19). Sum of RGB (Red+Green+Blue) = 186+75+19=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B13 is #45B4EC. Grayscale: #666666. Windows color (decimal): -4568301 or 1264570. OLE color: 1264570.

HSL color Cylindrical-coordinate representation of color #BA4B13: hue angle of 20.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4B13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 19 -
CMYK 0 0.60 0.90 0.27
HSL 20.12º 0.81% 0.4% -
HSV(B) 20.12º 0.9% 0.73% -
XYZ 22.88 15.52 2.41 -
YUV 101.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 186 75 19 0 0.60 0.90 0.27 20.12 0.81 0.4
Hex BA 4B 13 0 3C 5A 1B 14 51 28
Octal 272 113 23 0 74 132 33 24 121 50
Binary 10111010 1001011 10011 0 111100 1011010 11011 10100 1010001 101000

Color Harmonies of #BA4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B13

Black with #BA4B13

Text Example


Text Example

White with #BA4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B13; }

 p { color: rgb(186,75,19); }

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

background-color css

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

 a { background-color: rgb(186,75,19); }

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

border-color css

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

 span { border-color: rgb(186,75,19); }

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