Html Css Color HEX #BA2F00 Rust

📋 copy color: '#BA2F00'

red 186 ◦ green 47 ◦ blue 0

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

Shades of Rust #BA2F00

Tints of Rust #BA2F00

RGB

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

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

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

R = 79.83%
G = 20.17%
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

#BA2F00 (or 0xBA2F00) is known color: Rust. HEX triplet: BA, 2F and 00. RGB value is (186,47,0). Sum of RGB (Red+Green+Blue) = 186+47+0=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F00 is #45D0FF. Grayscale: #535353. Windows color (decimal): -4575488 or 12218. OLE color: 12218.

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

Color convert

RGB 186 47 0 -
CMYK 0 0.75 1 0.27
HSL 15.16º 1% 0.36% -
HSV(B) 15.16º 1% 0.73% -
XYZ 21.27 12.47 1.29 -
YUV 83.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 186 47 0 0 0.75 1 0.27 15.16 1 0.36
Hex BA 2F 0 0 4B 64 1B F 64 24
Octal 272 57 0 0 113 144 33 17 144 44
Binary 10111010 101111 0 0 1001011 1100100 11011 1111 1100100 100100

Color Harmonies of #BA2F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F00

Black with #BA2F00

Text Example


Text Example

White with #BA2F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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