Html Css Color HEX #BA360C Rust

📋 copy color: '#BA360C'

red 186 ◦ green 54 ◦ blue 12

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

Shades of Rust #BA360C

Tints of Rust #BA360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 73.81%
G = 21.43%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA360C (or 0xBA360C) is known color: Rust. HEX triplet: BA, 36 and 0C. RGB value is (186,54,12). Sum of RGB (Red+Green+Blue) = 186+54+12=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA360C is #45C9F3. Grayscale: #585858. Windows color (decimal): -4573684 or 800442. OLE color: 800442.

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

Color convert

RGB 186 54 12 -
CMYK 0 0.71 0.94 0.27
HSL 14.48º 0.88% 0.39% -
HSV(B) 14.48º 0.94% 0.73% -
XYZ 21.64 13.1 1.74 -
YUV 88.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 186 54 12 0 0.71 0.94 0.27 14.48 0.88 0.39
Hex BA 36 C 0 47 5E 1B E 58 27
Octal 272 66 14 0 107 136 33 16 130 47
Binary 10111010 110110 1100 0 1000111 1011110 11011 1110 1011000 100111

Color Harmonies of #BA360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA360C

Black with #BA360C

Text Example


Text Example

White with #BA360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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