Html Css Color HEX #BA2E01 Rust

📋 copy color: '#BA2E01'

red 186 ◦ green 46 ◦ blue 1

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

Shades of Rust #BA2E01

Tints of Rust #BA2E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 79.83%
G = 19.74%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2E01 (or 0xBA2E01) is known color: Rust. HEX triplet: BA, 2E and 01. RGB value is (186,46,1). Sum of RGB (Red+Green+Blue) = 186+46+1=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E01 is #45D1FE. Grayscale: #535353. Windows color (decimal): -4575743 or 77498. OLE color: 77498.

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

Color convert

RGB 186 46 1 -
CMYK 0 0.75 0.99 0.27
HSL 14.59º 0.99% 0.37% -
HSV(B) 14.59º 0.99% 0.73% -
XYZ 21.23 12.4 1.3 -
YUV 82.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 186 46 1 0 0.75 0.99 0.27 14.59 0.99 0.37
Hex BA 2E 1 0 4B 63 1B F 63 25
Octal 272 56 1 0 113 143 33 17 143 45
Binary 10111010 101110 1 0 1001011 1100011 11011 1111 1100011 100101

Color Harmonies of #BA2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E01

Black with #BA2E01

Text Example


Text Example

White with #BA2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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