Html Css Color HEX #BA3202 Rust

📋 copy color: '#BA3202'

red 186 ◦ green 50 ◦ blue 2

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

Shades of Rust #BA3202

Tints of Rust #BA3202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 78.15%
G = 21.01%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3202 (or 0xBA3202) is known color: Rust. HEX triplet: BA, 32 and 02. RGB value is (186,50,2). Sum of RGB (Red+Green+Blue) = 186+50+2=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3202 is #45CDFD. Grayscale: #555555. Windows color (decimal): -4574718 or 144058. OLE color: 144058.

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

Color convert

RGB 186 50 2 -
CMYK 0 0.73 0.99 0.27
HSL 15.65º 0.98% 0.37% -
HSV(B) 15.65º 0.99% 0.73% -
XYZ 21.4 12.72 1.39 -
YUV 85.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 186 50 2 0 0.73 0.99 0.27 15.65 0.98 0.37
Hex BA 32 2 0 49 63 1B 10 62 25
Octal 272 62 2 0 111 143 33 20 142 45
Binary 10111010 110010 10 0 1001001 1100011 11011 10000 1100010 100101

Color Harmonies of #BA3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3202

Black with #BA3202

Text Example


Text Example

White with #BA3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3202; }

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

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

background-color css

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

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

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

border-color css

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

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

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