Html Css Color HEX #BA4B16 Rust

📋 copy color: '#BA4B16'

red 186 ◦ green 75 ◦ blue 22

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

Shades of Rust #BA4B16

Tints of Rust #BA4B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 65.72%
G = 26.5%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4B16 (or 0xBA4B16) is known color: Rust. HEX triplet: BA, 4B and 16. RGB value is (186,75,22). Sum of RGB (Red+Green+Blue) = 186+75+22=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B16 is #45B4E9. Grayscale: #666666. Windows color (decimal): -4568298 or 1461178. OLE color: 1461178.

HSL color Cylindrical-coordinate representation of color #BA4B16: hue angle of 19.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4B16 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 22 -
CMYK 0 0.60 0.88 0.27
HSL 19.39º 0.79% 0.41% -
HSV(B) 19.39º 0.88% 0.73% -
XYZ 22.91 15.53 2.55 -
YUV 102.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 186 75 22 0 0.60 0.88 0.27 19.39 0.79 0.41
Hex BA 4B 16 0 3C 58 1B 13 4F 29
Octal 272 113 26 0 74 130 33 23 117 51
Binary 10111010 1001011 10110 0 111100 1011000 11011 10011 1001111 101001

Color Harmonies of #BA4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B16

Black with #BA4B16

Text Example


Text Example

White with #BA4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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