Html Css Color HEX #BA4421 Rust

📋 copy color: '#BA4421'

red 186 ◦ green 68 ◦ blue 33

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

Shades of Rust #BA4421

Tints of Rust #BA4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 64.81%
G = 23.69%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4421 (or 0xBA4421) is known color: Rust. HEX triplet: BA, 44 and 21. RGB value is (186,68,33). Sum of RGB (Red+Green+Blue) = 186+68+33=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4421 is #45BBDE. Grayscale: #636363. Windows color (decimal): -4570079 or 2180282. OLE color: 2180282.

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

Color convert

RGB 186 68 33 -
CMYK 0 0.63 0.82 0.27
HSL 13.73º 0.7% 0.43% -
HSV(B) 13.73º 0.82% 0.73% -
XYZ 22.59 14.68 3.08 -
YUV 99.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 186 68 33 0 0.63 0.82 0.27 13.73 0.7 0.43
Hex BA 44 21 0 3F 52 1B E 46 2B
Octal 272 104 41 0 77 122 33 16 106 53
Binary 10111010 1000100 100001 0 111111 1010010 11011 1110 1000110 101011

Color Harmonies of #BA4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4421

Black with #BA4421

Text Example


Text Example

White with #BA4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4421; }

 p { color: rgb(186,68,33); }

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

background-color css

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

 a { background-color: rgb(186,68,33); }

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

border-color css

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

 span { border-color: rgb(186,68,33); }

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