Html Css Color HEX #BA4213 Rust

📋 copy color: '#BA4213'

red 186 ◦ green 66 ◦ blue 19

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

Shades of Rust #BA4213

Tints of Rust #BA4213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 68.63%
G = 24.35%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA4213 (or 0xBA4213) is known color: Rust. HEX triplet: BA, 42 and 13. RGB value is (186,66,19). Sum of RGB (Red+Green+Blue) = 186+66+19=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4213 is #45BDEC. Grayscale: #606060. Windows color (decimal): -4570605 or 1262266. OLE color: 1262266.

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

Color convert

RGB 186 66 19 -
CMYK 0 0.65 0.90 0.27
HSL 16.89º 0.81% 0.4% -
HSV(B) 16.89º 0.9% 0.73% -
XYZ 22.32 14.38 2.22 -
YUV 96.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 186 66 19 0 0.65 0.90 0.27 16.89 0.81 0.4
Hex BA 42 13 0 41 5A 1B 11 51 28
Octal 272 102 23 0 101 132 33 21 121 50
Binary 10111010 1000010 10011 0 1000001 1011010 11011 10001 1010001 101000

Color Harmonies of #BA4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4213

Black with #BA4213

Text Example


Text Example

White with #BA4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4213; }

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

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

background-color css

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

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

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

border-color css

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

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

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