Html Css Color HEX #BA1D4B Old Rose

📋 copy color: '#BA1D4B'

red 186 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #BA1D4B

Tints of Old Rose #BA1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 64.14%
G = 10%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA1D4B (or 0xBA1D4B) is known color: Old Rose. HEX triplet: BA, 1D and 4B. RGB value is (186,29,75). Sum of RGB (Red+Green+Blue) = 186+29+75=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D4B is #45E2B4. Grayscale: #515151. Windows color (decimal): -4580021 or 4922810. OLE color: 4922810.

HSL color Cylindrical-coordinate representation of color #BA1D4B: hue angle of 342.42º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D4B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 75 -
CMYK 0 0.84 0.60 0.27
HSL 342.42º 0.73% 0.42% -
HSV(B) 342.42º 0.84% 0.73% -
XYZ 21.96 11.83 7.78 -
YUV 81.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 186 29 75 0 0.84 0.60 0.27 342.42 0.73 0.42
Hex BA 1D 4B 0 54 3C 1B 156 49 2A
Octal 272 35 113 0 124 74 33 526 111 52
Binary 10111010 11101 1001011 0 1010100 111100 11011 101010110 1001001 101010

Color Harmonies of #BA1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D4B

Black with #BA1D4B

Text Example


Text Example

White with #BA1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D4B; }

 p { color: rgb(186,29,75); }

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

background-color css

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

 a { background-color: rgb(186,29,75); }

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

border-color css

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

 span { border-color: rgb(186,29,75); }

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