Html Css Color HEX #BA4A02 Rust

📋 copy color: '#BA4A02'

red 186 ◦ green 74 ◦ blue 2

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

Shades of Rust #BA4A02

Tints of Rust #BA4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 70.99%
G = 28.24%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA4A02 (or 0xBA4A02) is known color: Rust. HEX triplet: BA, 4A and 02. RGB value is (186,74,2). Sum of RGB (Red+Green+Blue) = 186+74+2=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A02 is #45B5FD. Grayscale: #636363. Windows color (decimal): -4568574 or 150202. OLE color: 150202.

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

Color convert

RGB 186 74 2 -
CMYK 0 0.60 0.99 0.27
HSL 23.48º 0.98% 0.37% -
HSV(B) 23.48º 0.99% 0.73% -
XYZ 22.71 15.34 1.82 -
YUV 99.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 186 74 2 0 0.60 0.99 0.27 23.48 0.98 0.37
Hex BA 4A 2 0 3C 63 1B 17 62 25
Octal 272 112 2 0 74 143 33 27 142 45
Binary 10111010 1001010 10 0 111100 1100011 11011 10111 1100010 100101

Color Harmonies of #BA4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A02

Black with #BA4A02

Text Example


Text Example

White with #BA4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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