Html Css Color HEX #BA4B12 Rust

📋 copy color: '#BA4B12'

red 186 ◦ green 75 ◦ blue 18

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

Shades of Rust #BA4B12

Tints of Rust #BA4B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 66.67%
G = 26.88%
B = 6.45%

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

#BA4B12 (or 0xBA4B12) is known color: Rust. HEX triplet: BA, 4B and 12. RGB value is (186,75,18). Sum of RGB (Red+Green+Blue) = 186+75+18=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B12 is #45B4ED. Grayscale: #666666. Windows color (decimal): -4568302 or 1199034. OLE color: 1199034.

HSL color Cylindrical-coordinate representation of color #BA4B12: hue angle of 20.36º degrees, saturation: 0.82, 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 #BA4B12 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 18 -
CMYK 0 0.60 0.90 0.27
HSL 20.36º 0.82% 0.4% -
HSV(B) 20.36º 0.9% 0.73% -
XYZ 22.87 15.51 2.36 -
YUV 101.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 186 75 18 0 0.60 0.90 0.27 20.36 0.82 0.4
Hex BA 4B 12 0 3C 5A 1B 14 52 28
Octal 272 113 22 0 74 132 33 24 122 50
Binary 10111010 1001011 10010 0 111100 1011010 11011 10100 1010010 101000

Color Harmonies of #BA4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B12

Black with #BA4B12

Text Example


Text Example

White with #BA4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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