Html Css Color HEX #BA2D00 Rust

📋 copy color: '#BA2D00'

red 186 ◦ green 45 ◦ blue 0

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

Shades of Rust #BA2D00

Tints of Rust #BA2D00

RGB

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

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

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

R = 80.52%
G = 19.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA2D00 (or 0xBA2D00) is known color: Rust. HEX triplet: BA, 2D and 00. RGB value is (186,45,0). Sum of RGB (Red+Green+Blue) = 186+45+0=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D00 is #45D2FF. Grayscale: #525252. Windows color (decimal): -4576000 or 11706. OLE color: 11706.

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

Color convert

RGB 186 45 0 -
CMYK 0 0.76 1 0.27
HSL 14.52º 1% 0.36% -
HSV(B) 14.52º 1% 0.73% -
XYZ 21.19 12.32 1.26 -
YUV 82.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 186 45 0 0 0.76 1 0.27 14.52 1 0.36
Hex BA 2D 0 0 4C 64 1B F 64 24
Octal 272 55 0 0 114 144 33 17 144 44
Binary 10111010 101101 0 0 1001100 1100100 11011 1111 1100100 100100

Color Harmonies of #BA2D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D00

Black with #BA2D00

Text Example


Text Example

White with #BA2D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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