Html Css Color HEX #BA3F17 Rust

📋 copy color: '#BA3F17'

red 186 ◦ green 63 ◦ blue 23

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

Shades of Rust #BA3F17

Tints of Rust #BA3F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 68.38%
G = 23.16%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA3F17 (or 0xBA3F17) is known color: Rust. HEX triplet: BA, 3F and 17. RGB value is (186,63,23). Sum of RGB (Red+Green+Blue) = 186+63+23=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F17 is #45C0E8. Grayscale: #5F5F5F. Windows color (decimal): -4571369 or 1523642. OLE color: 1523642.

HSL color Cylindrical-coordinate representation of color #BA3F17: hue angle of 14.72º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA3F17 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 23 -
CMYK 0 0.66 0.88 0.27
HSL 14.72º 0.78% 0.41% -
HSV(B) 14.72º 0.88% 0.73% -
XYZ 22.18 14.06 2.35 -
YUV 95.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 186 63 23 0 0.66 0.88 0.27 14.72 0.78 0.41
Hex BA 3F 17 0 42 58 1B F 4E 29
Octal 272 77 27 0 102 130 33 17 116 51
Binary 10111010 111111 10111 0 1000010 1011000 11011 1111 1001110 101001

Color Harmonies of #BA3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F17

Black with #BA3F17

Text Example


Text Example

White with #BA3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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