Html Css Color HEX #BA4321 Rust

📋 copy color: '#BA4321'

red 186 ◦ green 67 ◦ blue 33

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

Shades of Rust #BA4321

Tints of Rust #BA4321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 65.03%
G = 23.43%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4321 (or 0xBA4321) is known color: Rust. HEX triplet: BA, 43 and 21. RGB value is (186,67,33). Sum of RGB (Red+Green+Blue) = 186+67+33=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4321 is #45BCDE. Grayscale: #626262. Windows color (decimal): -4570335 or 2180026. OLE color: 2180026.

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

Color convert

RGB 186 67 33 -
CMYK 0 0.64 0.82 0.27
HSL 13.33º 0.7% 0.43% -
HSV(B) 13.33º 0.82% 0.73% -
XYZ 22.53 14.56 3.06 -
YUV 98.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 186 67 33 0 0.64 0.82 0.27 13.33 0.7 0.43
Hex BA 43 21 0 40 52 1B D 46 2B
Octal 272 103 41 0 100 122 33 15 106 53
Binary 10111010 1000011 100001 0 1000000 1010010 11011 1101 1000110 101011

Color Harmonies of #BA4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4321

Black with #BA4321

Text Example


Text Example

White with #BA4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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