Html Css Color HEX #BA4721 Rust

📋 copy color: '#BA4721'

red 186 ◦ green 71 ◦ blue 33

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

Shades of Rust #BA4721

Tints of Rust #BA4721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 64.14%
G = 24.48%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4721 (or 0xBA4721) is known color: Rust. HEX triplet: BA, 47 and 21. RGB value is (186,71,33). Sum of RGB (Red+Green+Blue) = 186+71+33=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4721 is #45B8DE. Grayscale: #656565. Windows color (decimal): -4569311 or 2181050. OLE color: 2181050.

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

Color convert

RGB 186 71 33 -
CMYK 0 0.62 0.82 0.27
HSL 14.9º 0.7% 0.43% -
HSV(B) 14.9º 0.82% 0.73% -
XYZ 22.78 15.06 3.14 -
YUV 101.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 186 71 33 0 0.62 0.82 0.27 14.9 0.7 0.43
Hex BA 47 21 0 3E 52 1B F 46 2B
Octal 272 107 41 0 76 122 33 17 106 53
Binary 10111010 1000111 100001 0 111110 1010010 11011 1111 1000110 101011

Color Harmonies of #BA4721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4721

Black with #BA4721

Text Example


Text Example

White with #BA4721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4721; }

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

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

background-color css

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

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

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

border-color css

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

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

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