Html Css Color HEX #BA2E00 Rust

📋 copy color: '#BA2E00'

red 186 ◦ green 46 ◦ blue 0

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

Shades of Rust #BA2E00

Tints of Rust #BA2E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.17%
G = 19.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA2E00 (or 0xBA2E00) is known color: Rust. HEX triplet: BA, 2E and 00. RGB value is (186,46,0). Sum of RGB (Red+Green+Blue) = 186+46+0=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E00 is #45D1FF. Grayscale: #525252. Windows color (decimal): -4575744 or 11962. OLE color: 11962.

HSL color Cylindrical-coordinate representation of color #BA2E00: hue angle of 14.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 46 0 -
CMYK 0 0.75 1 0.27
HSL 14.84º 1% 0.36% -
HSV(B) 14.84º 1% 0.73% -
XYZ 21.23 12.39 1.27 -
YUV 82.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 186 46 0 0 0.75 1 0.27 14.84 1 0.36
Hex BA 2E 0 0 4B 64 1B F 64 24
Octal 272 56 0 0 113 144 33 17 144 44
Binary 10111010 101110 0 0 1001011 1100100 11011 1111 1100100 100100

Color Harmonies of #BA2E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E00

Black with #BA2E00

Text Example


Text Example

White with #BA2E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E00; }

 p { color: rgb(186,46,0); }

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

background-color css

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

 a { background-color: rgb(186,46,0); }

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

border-color css

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

 span { border-color: rgb(186,46,0); }

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