Html Css Color HEX #BA4902 Rust

📋 copy color: '#BA4902'

red 186 ◦ green 73 ◦ blue 2

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

Shades of Rust #BA4902

Tints of Rust #BA4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 71.26%
G = 27.97%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA4902 (or 0xBA4902) is known color: Rust. HEX triplet: BA, 49 and 02. RGB value is (186,73,2). Sum of RGB (Red+Green+Blue) = 186+73+2=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4902 is #45B6FD. Grayscale: #636363. Windows color (decimal): -4568830 or 149946. OLE color: 149946.

HSL color Cylindrical-coordinate representation of color #BA4902: hue angle of 23.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA4902 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 2 -
CMYK 0 0.61 0.99 0.27
HSL 23.15º 0.98% 0.37% -
HSV(B) 23.15º 0.99% 0.73% -
XYZ 22.64 15.21 1.8 -
YUV 98.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 186 73 2 0 0.61 0.99 0.27 23.15 0.98 0.37
Hex BA 49 2 0 3D 63 1B 17 62 25
Octal 272 111 2 0 75 143 33 27 142 45
Binary 10111010 1001001 10 0 111101 1100011 11011 10111 1100010 100101

Color Harmonies of #BA4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4902

Black with #BA4902

Text Example


Text Example

White with #BA4902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4902; }

 p { color: rgb(186,73,2); }

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

background-color css

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

 a { background-color: rgb(186,73,2); }

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

border-color css

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

 span { border-color: rgb(186,73,2); }

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