Html Css Color HEX #BA370C Rust

📋 copy color: '#BA370C'

red 186 ◦ green 55 ◦ blue 12

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

Shades of Rust #BA370C

Tints of Rust #BA370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 73.52%
G = 21.74%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA370C (or 0xBA370C) is known color: Rust. HEX triplet: BA, 37 and 0C. RGB value is (186,55,12). Sum of RGB (Red+Green+Blue) = 186+55+12=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA370C is #45C8F3. Grayscale: #595959. Windows color (decimal): -4573428 or 800698. OLE color: 800698.

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

Color convert

RGB 186 55 12 -
CMYK 0 0.70 0.94 0.27
HSL 14.83º 0.88% 0.39% -
HSV(B) 14.83º 0.94% 0.73% -
XYZ 21.68 13.2 1.75 -
YUV 89.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 186 55 12 0 0.70 0.94 0.27 14.83 0.88 0.39
Hex BA 37 C 0 46 5E 1B F 58 27
Octal 272 67 14 0 106 136 33 17 130 47
Binary 10111010 110111 1100 0 1000110 1011110 11011 1111 1011000 100111

Color Harmonies of #BA370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA370C

Black with #BA370C

Text Example


Text Example

White with #BA370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA370C; }

 p { color: rgb(186,55,12); }

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

background-color css

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

 a { background-color: rgb(186,55,12); }

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

border-color css

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

 span { border-color: rgb(186,55,12); }

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