Html Css Color HEX #BA530C Rust

📋 copy color: '#BA530C'

red 186 ◦ green 83 ◦ blue 12

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

Shades of Rust #BA530C

Tints of Rust #BA530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 66.19%
G = 29.54%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA530C (or 0xBA530C) is known color: Rust. HEX triplet: BA, 53 and 0C. RGB value is (186,83,12). Sum of RGB (Red+Green+Blue) = 186+83+12=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA530C is #45ACF3. Grayscale: #6A6A6A. Windows color (decimal): -4566260 or 807866. OLE color: 807866.

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

Color convert

RGB 186 83 12 -
CMYK 0 0.55 0.94 0.27
HSL 24.48º 0.88% 0.39% -
HSV(B) 24.48º 0.94% 0.73% -
XYZ 23.41 16.65 2.33 -
YUV 105.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 186 83 12 0 0.55 0.94 0.27 24.48 0.88 0.39
Hex BA 53 C 0 37 5E 1B 18 58 27
Octal 272 123 14 0 67 136 33 30 130 47
Binary 10111010 1010011 1100 0 110111 1011110 11011 11000 1011000 100111

Color Harmonies of #BA530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA530C

Black with #BA530C

Text Example


Text Example

White with #BA530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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