Html Css Color HEX #BA3646 Old Rose

📋 copy color: '#BA3646'

red 186 ◦ green 54 ◦ blue 70

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

Shades of Old Rose #BA3646

Tints of Old Rose #BA3646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 60%
G = 17.42%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3646 (or 0xBA3646) is known color: Old Rose. HEX triplet: BA, 36 and 46. RGB value is (186,54,70). Sum of RGB (Red+Green+Blue) = 186+54+70=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3646 is #45C9B9. Grayscale: #5F5F5F. Windows color (decimal): -4573626 or 4601530. OLE color: 4601530.

HSL color Cylindrical-coordinate representation of color #BA3646: hue angle of 352.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3646 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 70 -
CMYK 0 0.71 0.62 0.27
HSL 352.73º 0.55% 0.47% -
HSV(B) 352.73º 0.71% 0.73% -
XYZ 22.67 13.52 7.21 -
YUV 95.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 186 54 70 0 0.71 0.62 0.27 352.73 0.55 0.47
Hex BA 36 46 0 47 3E 1B 161 37 2F
Octal 272 66 106 0 107 76 33 541 67 57
Binary 10111010 110110 1000110 0 1000111 111110 11011 101100001 110111 101111

Color Harmonies of #BA3646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3646

Black with #BA3646

Text Example


Text Example

White with #BA3646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3646; }

 p { color: rgb(186,54,70); }

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

background-color css

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

 a { background-color: rgb(186,54,70); }

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

border-color css

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

 span { border-color: rgb(186,54,70); }

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