Html Css Color HEX #BA4222 Rust

📋 copy color: '#BA4222'

red 186 ◦ green 66 ◦ blue 34

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

Shades of Rust #BA4222

Tints of Rust #BA4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 65.03%
G = 23.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4222 (or 0xBA4222) is known color: Rust. HEX triplet: BA, 42 and 22. RGB value is (186,66,34). Sum of RGB (Red+Green+Blue) = 186+66+34=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4222 is #45BDDD. Grayscale: #626262. Windows color (decimal): -4570590 or 2245306. OLE color: 2245306.

HSL color Cylindrical-coordinate representation of color #BA4222: hue angle of 12.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA4222 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 34 -
CMYK 0 0.65 0.82 0.27
HSL 12.63º 0.69% 0.43% -
HSV(B) 12.63º 0.82% 0.73% -
XYZ 22.49 14.45 3.12 -
YUV 98.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 186 66 34 0 0.65 0.82 0.27 12.63 0.69 0.43
Hex BA 42 22 0 41 52 1B D 45 2B
Octal 272 102 42 0 101 122 33 15 105 53
Binary 10111010 1000010 100010 0 1000001 1010010 11011 1101 1000101 101011

Color Harmonies of #BA4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4222

Black with #BA4222

Text Example


Text Example

White with #BA4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4222; }

 p { color: rgb(186,66,34); }

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

background-color css

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

 a { background-color: rgb(186,66,34); }

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

border-color css

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

 span { border-color: rgb(186,66,34); }

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