Html Css Color HEX #BA3F21 Rust

📋 copy color: '#BA3F21'

red 186 ◦ green 63 ◦ blue 33

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

Shades of Rust #BA3F21

Tints of Rust #BA3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 65.96%
G = 22.34%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3F21 (or 0xBA3F21) is known color: Rust. HEX triplet: BA, 3F and 21. RGB value is (186,63,33). Sum of RGB (Red+Green+Blue) = 186+63+33=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F21 is #45C0DE. Grayscale: #606060. Windows color (decimal): -4571359 or 2179002. OLE color: 2179002.

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

Color convert

RGB 186 63 33 -
CMYK 0 0.66 0.82 0.27
HSL 11.76º 0.7% 0.43% -
HSV(B) 11.76º 0.82% 0.73% -
XYZ 22.3 14.1 2.99 -
YUV 96.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 186 63 33 0 0.66 0.82 0.27 11.76 0.7 0.43
Hex BA 3F 21 0 42 52 1B C 46 2B
Octal 272 77 41 0 102 122 33 14 106 53
Binary 10111010 111111 100001 0 1000010 1010010 11011 1100 1000110 101011

Color Harmonies of #BA3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F21

Black with #BA3F21

Text Example


Text Example

White with #BA3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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