Html Css Color HEX #BA2D01 Rust

📋 copy color: '#BA2D01'

red 186 ◦ green 45 ◦ blue 1

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

Shades of Rust #BA2D01

Tints of Rust #BA2D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

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

R = 80.17%
G = 19.4%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2D01 (or 0xBA2D01) is known color: Rust. HEX triplet: BA, 2D and 01. RGB value is (186,45,1). Sum of RGB (Red+Green+Blue) = 186+45+1=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D01 is #45D2FE. Grayscale: #525252. Windows color (decimal): -4575999 or 77242. OLE color: 77242.

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

Color convert

RGB 186 45 1 -
CMYK 0 0.76 0.99 0.27
HSL 14.27º 0.99% 0.37% -
HSV(B) 14.27º 0.99% 0.73% -
XYZ 21.19 12.32 1.29 -
YUV 82.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 186 45 1 0 0.76 0.99 0.27 14.27 0.99 0.37
Hex BA 2D 1 0 4C 63 1B E 63 25
Octal 272 55 1 0 114 143 33 16 143 45
Binary 10111010 101101 1 0 1001100 1100011 11011 1110 1100011 100101

Color Harmonies of #BA2D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D01

Black with #BA2D01

Text Example


Text Example

White with #BA2D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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