Html Css Color HEX #BA5309 Rust

📋 copy color: '#BA5309'

red 186 ◦ green 83 ◦ blue 9

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

Shades of Rust #BA5309

Tints of Rust #BA5309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 66.91%
G = 29.86%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5309 (or 0xBA5309) is known color: Rust. HEX triplet: BA, 53 and 09. RGB value is (186,83,9). Sum of RGB (Red+Green+Blue) = 186+83+9=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5309 is #45ACF6. Grayscale: #696969. Windows color (decimal): -4566263 or 611258. OLE color: 611258.

HSL color Cylindrical-coordinate representation of color #BA5309: hue angle of 25.08º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA5309 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 83 9 -
CMYK 0 0.55 0.95 0.27
HSL 25.08º 0.91% 0.38% -
HSV(B) 25.08º 0.95% 0.73% -
XYZ 23.39 16.65 2.24 -
YUV 105.36 73.62 185.52 -
System Red Green Blue C M Y K H S L
Decimal 186 83 9 0 0.55 0.95 0.27 25.08 0.91 0.38
Hex BA 53 9 0 37 5F 1B 19 5B 26
Octal 272 123 11 0 67 137 33 31 133 46
Binary 10111010 1010011 1001 0 110111 1011111 11011 11001 1011011 100110

Color Harmonies of #BA5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5309

Black with #BA5309

Text Example


Text Example

White with #BA5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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