Html Css Color HEX #BA2F01 Rust

📋 copy color: '#BA2F01'

red 186 ◦ green 47 ◦ blue 1

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

Shades of Rust #BA2F01

Tints of Rust #BA2F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

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

R = 79.49%
G = 20.09%
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

#BA2F01 (or 0xBA2F01) is known color: Rust. HEX triplet: BA, 2F and 01. RGB value is (186,47,1). Sum of RGB (Red+Green+Blue) = 186+47+1=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F01 is #45D0FE. Grayscale: #535353. Windows color (decimal): -4575487 or 77754. OLE color: 77754.

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

Color convert

RGB 186 47 1 -
CMYK 0 0.75 0.99 0.27
HSL 14.92º 0.99% 0.37% -
HSV(B) 14.92º 0.99% 0.73% -
XYZ 21.27 12.47 1.32 -
YUV 83.32 81.55 201.24 -
System Red Green Blue C M Y K H S L
Decimal 186 47 1 0 0.75 0.99 0.27 14.92 0.99 0.37
Hex BA 2F 1 0 4B 63 1B F 63 25
Octal 272 57 1 0 113 143 33 17 143 45
Binary 10111010 101111 1 0 1001011 1100011 11011 1111 1100011 100101

Color Harmonies of #BA2F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F01

Black with #BA2F01

Text Example


Text Example

White with #BA2F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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